build: fixed crash in QSemaphore::acquire on Windows

This commit is contained in:
malte_langkabel
2017-08-10 15:12:25 +02:00
parent eaf9df8551
commit 5de050ab62
2 changed files with 83 additions and 61 deletions
+5
View File
@@ -270,6 +270,11 @@ void Project::load()
{
MessageStatus("Project not loaded", false, false).dispatch();
}
if (m_state != PROJECT_STATE_LOADED && Application::getInstance()->hasGUI())
{
MessageRefresh().dispatch();
}
}
bool Project::requestIndex(bool forceRefresh, bool needsFullRefresh)