|
@@ -467,7 +467,7 @@ void ProjectManager::_notification(int p_what) {
|
|
|
|
|
|
if (p_what == NOTIFICATION_ENTER_TREE) {
|
|
if (p_what == NOTIFICATION_ENTER_TREE) {
|
|
|
|
|
|
- Engine::get_singleton()->set_editor_hint(true);
|
|
|
|
|
|
+ Engine::get_singleton()->set_editor_hint(false);
|
|
|
|
|
|
} else if (p_what == NOTIFICATION_VISIBILITY_CHANGED) {
|
|
} else if (p_what == NOTIFICATION_VISIBILITY_CHANGED) {
|
|
|
|
|