fix:issue #141
This commit is contained in:
@@ -737,6 +737,8 @@ namespace Ink_Canvas
|
|||||||
|
|
||||||
SwitchToDefaultPen(null, null);
|
SwitchToDefaultPen(null, null);
|
||||||
CheckColorTheme(true);
|
CheckColorTheme(true);
|
||||||
|
// 延迟半秒后再刷新快捷键状态
|
||||||
|
Task.Delay(500).ContinueWith(_ => Dispatcher.BeginInvoke(DispatcherPriority.Background, new Action(() => RefreshHotkeyState())));
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|||||||
Reference in New Issue
Block a user