mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add custom background line colour to TextEdit and remove marked lines
This commit is contained in:
parent
1cc8cc96cb
commit
00e10a842f
13 changed files with 121 additions and 184 deletions
|
|
@ -89,6 +89,8 @@ class ScriptTextEditor : public ScriptEditorBase {
|
|||
Color default_line_number_color = Color(1, 1, 1);
|
||||
Color safe_line_number_color = Color(1, 1, 1);
|
||||
|
||||
Color marked_line_color = Color(1, 1, 1);
|
||||
|
||||
PopupPanel *color_panel = nullptr;
|
||||
ColorPicker *color_picker = nullptr;
|
||||
Vector2 color_position;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue