mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Popups are now windows also (broken!)
This commit is contained in:
parent
543fb1c4da
commit
441f1a5fe9
159 changed files with 3311 additions and 3285 deletions
|
@ -55,8 +55,8 @@ void NodeDock::_bind_methods() {
|
|||
void NodeDock::_notification(int p_what) {
|
||||
|
||||
if (p_what == NOTIFICATION_ENTER_TREE || p_what == NOTIFICATION_THEME_CHANGED) {
|
||||
connections_button->set_icon(get_icon("Signals", "EditorIcons"));
|
||||
groups_button->set_icon(get_icon("Groups", "EditorIcons"));
|
||||
connections_button->set_icon(get_theme_icon("Signals", "EditorIcons"));
|
||||
groups_button->set_icon(get_theme_icon("Groups", "EditorIcons"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue