diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2018-02-25 23:04:16 +0700 |
---|---|---|
committer | Poommetee Ketson <poommetee@protonmail.com> | 2018-02-25 23:04:16 +0700 |
commit | 2de1dfa42f821fcbc140d8ae8907c060135c584b (patch) | |
tree | cd725829b00009f6df3138458eeb7a3ae6485984 /editor/plugins/asset_library_editor_plugin.h | |
parent | 08584b7e2215c852b80dc143cf712ccc73f9cacb (diff) | |
download | redot-engine-2de1dfa42f821fcbc140d8ae8907c060135c584b.tar.gz |
Update icons when theme changed
Diffstat (limited to 'editor/plugins/asset_library_editor_plugin.h')
-rw-r--r-- | editor/plugins/asset_library_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.h b/editor/plugins/asset_library_editor_plugin.h index b344716c1d..89b79d7cfb 100644 --- a/editor/plugins/asset_library_editor_plugin.h +++ b/editor/plugins/asset_library_editor_plugin.h @@ -194,6 +194,7 @@ class EditorAssetLibrary : public PanelContainer { Button *search; ProgressBar *load_status; HBoxContainer *error_hb; + TextureRect *error_tr; Label *error_label; MenuButton *support; |