1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Add a flag to EditorResourcePicker to differentiate selection contexts

This commit is contained in:
Yuri Sizov
2021-11-02 14:15:14 +03:00
parent 44a532e99e
commit 5ff11a2c5c
6 changed files with 10 additions and 9 deletions

View File

@@ -320,7 +320,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 _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<Texture> p_value, String p_item_name);
void _stylebox_item_changed(Ref<StyleBox> p_value, String p_item_name);