From bc9c91cf01732159a667299eb66bebbeb91bfef6 Mon Sep 17 00:00:00 2001 From: dugramen Date: Thu, 13 Mar 2025 11:09:07 -0400 Subject: [PATCH] Apply gizmo scale to EditorControlAnchor --- editor/themes/editor_icons.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/themes/editor_icons.cpp b/editor/themes/editor_icons.cpp index b7da3cfad8a..8603b81f612 100644 --- a/editor/themes/editor_icons.cpp +++ b/editor/themes/editor_icons.cpp @@ -74,6 +74,7 @@ float get_gizmo_handle_scale(const String &p_gizmo_handle_name, float p_gizmo_ha gizmo_to_scale.insert("EditorCurveHandle"); gizmo_to_scale.insert("EditorPathSharpHandle"); gizmo_to_scale.insert("EditorPathSmoothHandle"); + gizmo_to_scale.insert("EditorControlAnchor"); } if (gizmo_to_scale.has(p_gizmo_handle_name)) {