1
0
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:
bruvzg
2025-07-09 14:49:52 +03:00
committed by Pāvels Nadtočajevs
parent d7cc121e64
commit 7cee0327b2
2 changed files with 4 additions and 3 deletions

View File

@@ -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;