Fixed apperance interface (#551)
parent
6b4610e808
commit
903f4f144f
|
@ -122,9 +122,12 @@ void CMainUserInterface::ShowLoadingScreen(bool show)
|
||||||
m_screenLoading->CreateInterface();
|
m_screenLoading->CreateInterface();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
if (m_currentScreen == m_screenLoading.get())
|
||||||
{
|
{
|
||||||
m_screenLoading->DestroyInterface();
|
m_screenLoading->DestroyInterface();
|
||||||
m_currentScreen = nullptr;
|
m_currentScreen = nullptr;
|
||||||
|
}
|
||||||
m_app->SetMouseMode(m_settings->GetSystemMouse() ? MOUSE_SYSTEM : MOUSE_ENGINE);
|
m_app->SetMouseMode(m_settings->GetSystemMouse() ? MOUSE_SYSTEM : MOUSE_ENGINE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue