You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add multi window code and shader editors
This commit is contained in:
@@ -117,8 +117,11 @@ void EditorHelpSearch::_notification(int p_what) {
|
||||
_update_icons();
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_ENTER_TREE: {
|
||||
case NOTIFICATION_READY: {
|
||||
connect("confirmed", callable_mp(this, &EditorHelpSearch::_confirmed));
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
_update_icons();
|
||||
} break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user