1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Created a fallback from the "Save Theme" button to "Save Theme As" when a default theme is in use.

This commit is contained in:
Kis Levente Lorand
2019-05-23 18:18:24 +03:00
parent fa5cc1da7a
commit 0823d78374
4 changed files with 35 additions and 15 deletions

View File

@@ -263,6 +263,7 @@ class ScriptEditor : public PanelContainer {
void _tab_changed(int p_which);
void _menu_option(int p_option);
void _theme_option(int p_option);
void _show_save_theme_as_dialog();
Tree *disk_changed_list;
ConfirmationDialog *disk_changed;