mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
focus box size fix for new theme
This commit is contained in:
parent
4366b7c8b0
commit
7556aacb03
@ -1897,11 +1897,6 @@ void CanvasItemEditor::_viewport_draw() {
|
||||
|
||||
if (viewport->has_focus()) {
|
||||
Size2 size = viewport->get_size();
|
||||
if (v_scroll->is_visible_in_tree())
|
||||
size.width -= v_scroll->get_size().width;
|
||||
if (h_scroll->is_visible_in_tree())
|
||||
size.height -= h_scroll->get_size().height;
|
||||
|
||||
get_stylebox("Focus", "EditorStyles")->draw(ci, Rect2(Point2(), size));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user