Skip to content

Commit bc9c91c

Browse files
committed
Apply gizmo scale to EditorControlAnchor
1 parent 30bb49e commit bc9c91c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editor/themes/editor_icons.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ float get_gizmo_handle_scale(const String &p_gizmo_handle_name, float p_gizmo_ha
7474
gizmo_to_scale.insert("EditorCurveHandle");
7575
gizmo_to_scale.insert("EditorPathSharpHandle");
7676
gizmo_to_scale.insert("EditorPathSmoothHandle");
77+
gizmo_to_scale.insert("EditorControlAnchor");
7778
}
7879

7980
if (gizmo_to_scale.has(p_gizmo_handle_name)) {

0 commit comments

Comments
 (0)