You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fixes color picker in code editor - now it only changes one color
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user