[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
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
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;