diff options
author | Yuri Sizov <yuris@humnom.net> | 2021-11-02 14:35:15 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2021-11-02 14:35:15 +0300 |
commit | 67cbca341a995ac641086df598720796da698b02 (patch) | |
tree | c9587209264fe66183454fe47cec40cbdf4e152c /editor/plugins/theme_editor_plugin.h | |
parent | 87727f70ed5316253407e4435a1ea1fb379d1b80 (diff) | |
download | redot-engine-67cbca341a995ac641086df598720796da698b02.tar.gz |
Add a flag to EditorResourcePicker to differentiate selection contexts
Diffstat (limited to 'editor/plugins/theme_editor_plugin.h')
-rw-r--r-- | editor/plugins/theme_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/theme_editor_plugin.h b/editor/plugins/theme_editor_plugin.h index b6becbb1c7..f5ad577aff 100644 --- a/editor/plugins/theme_editor_plugin.h +++ b/editor/plugins/theme_editor_plugin.h @@ -362,7 +362,7 @@ class ThemeTypeEditor : public MarginContainer { void _color_item_changed(Color p_value, String p_item_name); void _constant_item_changed(float p_value, String p_item_name); void _font_size_item_changed(float p_value, String p_item_name); - void _edit_resource_item(RES p_resource); + void _edit_resource_item(RES p_resource, bool p_edit); void _font_item_changed(Ref<Font> p_value, String p_item_name); void _icon_item_changed(Ref<Texture2D> p_value, String p_item_name); void _stylebox_item_changed(Ref<StyleBox> p_value, String p_item_name); |