mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
fix gamelist disappearing on linux, I hope it didn't break windows
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1016 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -679,10 +679,10 @@ void CFrame::UpdateGUI()
|
|||||||
if (Core::GetState() == Core::CORE_UNINITIALIZED)
|
if (Core::GetState() == Core::CORE_UNINITIALIZED)
|
||||||
{
|
{
|
||||||
if (m_GameListCtrl && !m_GameListCtrl->IsShown())
|
if (m_GameListCtrl && !m_GameListCtrl->IsShown())
|
||||||
{
|
{
|
||||||
sizerPanel->Fit(m_Panel);
|
m_GameListCtrl->Enable();
|
||||||
m_GameListCtrl->Enable();
|
m_GameListCtrl->Show();
|
||||||
m_GameListCtrl->Show();
|
sizerPanel->FitInside(m_Panel);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user