diff options
| author | Poommetee Ketson | 2018-02-25 23:04:16 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2018-02-25 23:04:16 +0700 |
| commit | 2de1dfa42f821fcbc140d8ae8907c060135c584b (patch) | |
| tree | cd725829b00009f6df3138458eeb7a3ae6485984 /editor/plugins/texture_region_editor_plugin.cpp | |
| parent | 08584b7e2215c852b80dc143cf712ccc73f9cacb (diff) | |
| download | godot-2de1dfa42f821fcbc140d8ae8907c060135c584b.tar.gz godot-2de1dfa42f821fcbc140d8ae8907c060135c584b.tar.zst godot-2de1dfa42f821fcbc140d8ae8907c060135c584b.zip | |
Diffstat (limited to 'editor/plugins/texture_region_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/texture_region_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/texture_region_editor_plugin.cpp b/editor/plugins/texture_region_editor_plugin.cpp index 215d2ca55..7103e45cb 100644 --- a/editor/plugins/texture_region_editor_plugin.cpp +++ b/editor/plugins/texture_region_editor_plugin.cpp @@ -600,6 +600,7 @@ void TextureRegionEditor::apply_rect(const Rect2 &rect) { void TextureRegionEditor::_notification(int p_what) { switch (p_what) { + case NOTIFICATION_THEME_CHANGED: case NOTIFICATION_READY: { zoom_out->set_icon(get_icon("ZoomLess", "EditorIcons")); zoom_reset->set_icon(get_icon("ZoomReset", "EditorIcons")); |
