mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fixes color picker in code editor - now it only changes one color
This commit is contained in:
parent
045ab51ae5
commit
e7b07e1e58
2 changed files with 13 additions and 5 deletions
|
|
@ -81,7 +81,7 @@ class ScriptTextEditor : public ScriptEditorBase {
|
|||
|
||||
PopupPanel *color_panel;
|
||||
ColorPicker *color_picker;
|
||||
int color_line;
|
||||
Vector2 color_position;
|
||||
String color_args;
|
||||
|
||||
void _update_member_keywords();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue