1
0
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:
iwek7
2019-08-02 22:32:33 +02:00
committed by miwanczuk
parent 045ab51ae5
commit e7b07e1e58
2 changed files with 13 additions and 5 deletions

View File

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