diff options
Diffstat (limited to 'editor/window_wrapper.cpp')
-rw-r--r-- | editor/window_wrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/window_wrapper.cpp b/editor/window_wrapper.cpp index 2570574823..f0eba7b215 100644 --- a/editor/window_wrapper.cpp +++ b/editor/window_wrapper.cpp @@ -385,7 +385,7 @@ void ScreenSelect::_notification(int p_what) { connect("gui_input", callable_mp(this, &ScreenSelect::_handle_mouse_shortcut)); } break; case NOTIFICATION_THEME_CHANGED: { - set_icon(EditorNode::get_singleton()->get_gui_base()->get_editor_theme_icon("MakeFloating")); + set_icon(get_editor_theme_icon("MakeFloating")); popup_background->add_theme_style_override("panel", get_theme_stylebox("PanelForeground", EditorStringName(EditorStyles))); const real_t popup_height = real_t(get_theme_font_size("font_size")) * 2.0; |