mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 15:44:00 +08:00
invoke RefreshView without timeout.
This commit is contained in:
parent
df66b70a38
commit
e855f3d888
@ -334,8 +334,7 @@ namespace GARbro.GUI
|
||||
if (watcher.Path == ViewModel.Path)
|
||||
{
|
||||
watcher.EnableRaisingEvents = false;
|
||||
Dispatcher.Invoke (RefreshView, DispatcherPriority.Send, CancellationToken.None,
|
||||
TimeSpan.FromMilliseconds (100));
|
||||
Dispatcher.Invoke (RefreshView);
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
Loading…
Reference in New Issue
Block a user