You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Convert _notification methods to switch - Chunk C
This commit is contained in:
@@ -57,6 +57,7 @@ void ShaderCreateDialog::_notification(int p_what) {
|
||||
current_mode = EditorSettings::get_singleton()->get_project_metadata("shader_setup", "last_selected_mode", 0);
|
||||
mode_menu->select(current_mode);
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
_update_theme();
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user