Fix accident bug

This commit is contained in:
bao-qian 2016-01-06 21:18:36 +00:00
parent 252ff9d3c5
commit ae42c4df16

View File

@ -831,7 +831,6 @@ namespace Wox
private void UpdateResultView(List<Result> list, PluginMetadata metadata, Query originQuery)
{
Thread.Sleep(3000);
_queryHasReturn = true;
progressBar.Dispatcher.Invoke(new Action(StopProgress));