fix gizmo 버그수정

This commit is contained in:
정영민
2026-02-10 20:49:46 +09:00
parent 1c8272e952
commit 6d35616f2d
3 changed files with 6 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ namespace UVC.Studio.Manager
Debug.Log("[GizmoController] 기즈모가 초기화되었습니다.");
}
#endregion
#region Target Management

View File

@@ -64,7 +64,7 @@ namespace UVC.Studio.Manager
{
HandleClick();
}
if (IsDraggingGizmo())
{
_selectionManager?.TickPropertyWindow();

View File

@@ -9,6 +9,7 @@ using UVC.Core;
using UVC.Data;
using UVC.Data.Core;
using UVC.Management;
using UVC.Studio.Manager;
using UVC.UI.Tooltip;
namespace ChunilENG
@@ -51,7 +52,9 @@ namespace ChunilENG
thermostatInfoItemManager = await LoadManager<ThermostatInfoItemManager>();
viewManager = await LoadManager<ViewManager>();
mqttManager = FindAnyObjectByType<MQTT>();
var selectMnager = InjectorAppContext.Instance.Get<SelectionManager>();
selectMnager.Gizmo.Dispose();
selectMnager.Gizmo.Initialize();
dataManager = await LoadManager<DataManager>();
MQTTEventDisConnect();
SetupDataSetting();