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.
2 parents d1f2a35 + bc9c91c commit 7491fc8Copy full SHA for 7491fc8
editor/themes/editor_icons.cpp
@@ -63,6 +63,7 @@ float get_gizmo_handle_scale(const String &p_gizmo_handle_name, float p_gizmo_ha
63
gizmo_to_scale.insert("EditorCurveHandle");
64
gizmo_to_scale.insert("EditorPathSharpHandle");
65
gizmo_to_scale.insert("EditorPathSmoothHandle");
66
+ gizmo_to_scale.insert("EditorControlAnchor");
67
}
68
69
if (gizmo_to_scale.has(p_gizmo_handle_name)) {
0 commit comments