1
0
Fork 0

Merge pull request #113801 from KoBeWi/cheme_thanged

Fix broken VisualShader icons
This commit is contained in:
Rémi Verschelde 2025-12-09 17:18:12 +01:00
commit eaddff155e
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 4 deletions

View File

@ -5247,10 +5247,6 @@ void VisualShaderEditor::_help_open() {
void VisualShaderEditor::_notification(int p_what) {
switch (p_what) {
case NOTIFICATION_POSTINITIALIZE: {
_update_options_menu();
} break;
case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {
if (EditorSettings::get_singleton()->check_changed_settings_in_group("editors/panning")) {
graph->get_panner()->setup((ViewPanner::ControlScheme)EDITOR_GET("editors/panning/sub_editors_panning_scheme").operator int(), ED_GET_SHORTCUT("canvas_item_editor/pan_view"), bool(EDITOR_GET("editors/panning/simple_panning")));
@ -5353,6 +5349,7 @@ void VisualShaderEditor::_notification(int p_what) {
theme_dirty = true;
}
update_toggle_files_button();
_update_options_menu();
} break;
case NOTIFICATION_VISIBILITY_CHANGED: {