Fix bug introduced since a5abe9234faafcd170f9468a70f42bf60eda0f0d
This commit is contained in:
bao-qian
2015-11-04 17:21:45 +00:00
parent 3d9b9af55e
commit 3085799c3c

View File

@@ -464,7 +464,7 @@ namespace Wox
Query(tbQuery.Text);
Dispatcher.DelayInvoke("ShowProgressbar", () =>
{
if (!queryHasReturn && !string.IsNullOrEmpty(lastQuery))
if (!queryHasReturn && !string.IsNullOrEmpty(tbQuery.Text) && tbQuery.Text != lastQuery)
{
StartProgress();
}