You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user