You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
New customizable editor theme
This commit is contained in:
@@ -1837,7 +1837,7 @@ void CanvasItemEditor::_viewport_draw() {
|
||||
if (h_scroll->is_visible_in_tree())
|
||||
size.height -= h_scroll->get_size().height;
|
||||
|
||||
get_stylebox("EditorFocus", "EditorStyles")->draw(ci, Rect2(Point2(), size));
|
||||
get_stylebox("Focus", "EditorStyles")->draw(ci, Rect2(Point2(), size));
|
||||
}
|
||||
|
||||
Ref<Texture> lock = get_icon("Lock", "EditorIcons");
|
||||
|
||||
Reference in New Issue
Block a user