Skip to content

Commit 7491fc8

Browse files
committed
Merge pull request #104073 from dugramen/scale-anchor-handles
Apply gizmo scale to EditorControlAnchor
2 parents d1f2a35 + bc9c91c commit 7491fc8

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
@@ -63,6 +63,7 @@ float get_gizmo_handle_scale(const String &p_gizmo_handle_name, float p_gizmo_ha
6363
gizmo_to_scale.insert("EditorCurveHandle");
6464
gizmo_to_scale.insert("EditorPathSharpHandle");
6565
gizmo_to_scale.insert("EditorPathSmoothHandle");
66+
gizmo_to_scale.insert("EditorControlAnchor");
6667
}
6768

6869
if (gizmo_to_scale.has(p_gizmo_handle_name)) {

0 commit comments

Comments
 (0)