UTKNotification 수정 중
This commit is contained in:
@@ -195,6 +195,10 @@ namespace UVC.UIToolkit
|
||||
{
|
||||
UTKThemeManager.Instance.OnThemeChanged -= OnThemeChanged;
|
||||
UTKThemeManager.Instance.OnThemeChanged += OnThemeChanged;
|
||||
|
||||
// Property View에서 사용하는 Picker들의 Root를 자동 설정
|
||||
UTKColorPicker.SetRoot(this);
|
||||
UTKDatePicker.SetRoot(this);
|
||||
}
|
||||
|
||||
private void OnDetachFromPanel(DetachFromPanelEvent evt)
|
||||
|
||||
Reference in New Issue
Block a user