Browse Source

Merge pull request #104073 from dugramen/scale-anchor-handles

Apply gizmo scale to EditorControlAnchor
Rémi Verschelde 3 tháng trước cách đây
mục cha
commit
7491fc8533
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      editor/themes/editor_icons.cpp

+ 1 - 0
editor/themes/editor_icons.cpp

@@ -63,6 +63,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)) {