mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-10 23:59:13 +08:00
invoke RefreshView without timeout.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user