mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
[Code Editor] Fix "Pick Color" menu option replacing multiple color items.
This commit is contained in:
parent
d7cc121e64
commit
7cee0327b2
2 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue