HierarchyWindow 버그 수정, 모델 선택 시 Outline 버그 수정

This commit is contained in:
logonkhi
2025-12-23 12:10:39 +09:00
parent 49f791746d
commit 192d6963c0
35 changed files with 2107 additions and 178 deletions

View File

@@ -108,7 +108,7 @@ namespace UVC.UI.List.Tree
/// <summary>
/// 더블클릭 감지 시간 간격 (초)
/// </summary>
protected const float DoubleClickThreshold = 0.3f;
protected const float DoubleClickThreshold = 0.5f;
#endregion