diff options
| author | Hubert Jarosz | 2016-05-21 15:29:25 +0200 |
|---|---|---|
| committer | Hubert Jarosz | 2016-05-21 15:29:25 +0200 |
| commit | 33403d91f77f1f34b19bff763391500bc9c2616c (patch) | |
| tree | 67b2f4f4f1d69b198af548a7358b98904d9581ae /tools/editor/plugins/theme_editor_plugin.cpp | |
| parent | b0a5347a1ceaff56e88d33fb13df2a91abae594f (diff) | |
| download | godot-33403d91f77f1f34b19bff763391500bc9c2616c.tar.gz godot-33403d91f77f1f34b19bff763391500bc9c2616c.tar.zst godot-33403d91f77f1f34b19bff763391500bc9c2616c.zip | |
Diffstat (limited to 'tools/editor/plugins/theme_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/theme_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/theme_editor_plugin.cpp b/tools/editor/plugins/theme_editor_plugin.cpp index 5321a7b6d..37cb0398e 100644 --- a/tools/editor/plugins/theme_editor_plugin.cpp +++ b/tools/editor/plugins/theme_editor_plugin.cpp @@ -398,7 +398,7 @@ void ThemeEditor::_dialog_cbk() { } - } break; + } break; case POPUP_CLASS_REMOVE: { StringName fromtype = type_edit->get_text(); List<StringName> names; |
