You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
[Code Editor] Fix "Pick Color" menu option replacing multiple color items.
This commit is contained in:
committed by
Pāvels Nadtočajevs
parent
d7cc121e64
commit
7cee0327b2
@@ -112,7 +112,7 @@ class ScriptTextEditor : public ScriptEditorBase {
|
||||
|
||||
PopupPanel *color_panel = nullptr;
|
||||
ColorPicker *color_picker = nullptr;
|
||||
Vector2 color_position;
|
||||
Vector3i color_position;
|
||||
String color_args;
|
||||
|
||||
bool theme_loaded = false;
|
||||
|
||||
Reference in New Issue
Block a user