1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Merge pull request #11058 from hpvb/fix-11043

Don't set editor_hint true for project manager
This commit is contained in:
Rémi Verschelde
2017-09-12 11:41:44 +02:00
committed by GitHub

View File

@@ -467,7 +467,7 @@ void ProjectManager::_notification(int p_what) {
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) {