We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bb49e commit bc9c91cCopy full SHA for bc9c91c
editor/themes/editor_icons.cpp
@@ -74,6 +74,7 @@ float get_gizmo_handle_scale(const String &p_gizmo_handle_name, float p_gizmo_ha
74
gizmo_to_scale.insert("EditorCurveHandle");
75
gizmo_to_scale.insert("EditorPathSharpHandle");
76
gizmo_to_scale.insert("EditorPathSmoothHandle");
77
+ gizmo_to_scale.insert("EditorControlAnchor");
78
}
79
80
if (gizmo_to_scale.has(p_gizmo_handle_name)) {
0 commit comments