diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2024-07-04 11:32:01 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-07-04 11:32:01 +0200 |
| commit | de28ac281061f8ac92e029a44b1dfbf93dfba325 (patch) | |
| tree | 50c24473b26b3262b0ffee8660b5952479c81d16 /editor/connections_dialog.cpp | |
| parent | 01c24ff862bda7cfc83818594c6323b95e72699c (diff) | |
| parent | 7187a82cfe3be9fc5519f7c70e479f53292d7fea (diff) | |
| download | redot-engine-de28ac281061f8ac92e029a44b1dfbf93dfba325.tar.gz | |
Merge pull request #93868 from timothyqiu/node-dock-theme-update
Update Node dock when theme changes
Diffstat (limited to 'editor/connections_dialog.cpp')
| -rw-r--r-- | editor/connections_dialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/connections_dialog.cpp b/editor/connections_dialog.cpp index bfc4d91af7..eb0ab1174b 100644 --- a/editor/connections_dialog.cpp +++ b/editor/connections_dialog.cpp @@ -1377,6 +1377,8 @@ void ConnectionsDock::_notification(int p_what) { slot_menu->set_item_icon(slot_menu->get_item_index(SLOT_MENU_DISCONNECT), get_editor_theme_icon(SNAME("Unlinked"))); tree->add_theme_constant_override("icon_max_width", get_theme_constant(SNAME("class_icon_size"), EditorStringName(Editor))); + + update_tree(); } break; case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: { |
