logic: fixed refresh broken after refreshing with no files to index and clear

This commit is contained in:
Eberhard Graether
2018-10-19 23:24:22 +02:00
parent c50ff53b32
commit 5a10867d56
+1
View File
@@ -400,6 +400,7 @@ void Project::buildIndex(const RefreshInfo& info, std::shared_ptr<DialogView> di
}
MessageStatus(L"Nothing to refresh, all files are up-to-date.").dispatch();
m_refreshStage = RefreshStageType::NONE;
return;
}