mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-27 13:44:15 +01:00
- fix for stupid little mistake on previous commit
This commit is contained in:
parent
976c614e3f
commit
2864c3b7a2
@ -91,6 +91,7 @@ void CMenu::_showExplorer(void)
|
||||
if(explorerLblUser[1] != -1)
|
||||
m_btnMgr.show(explorerLblUser[1]);
|
||||
}
|
||||
_refreshExplorer();
|
||||
}
|
||||
|
||||
void CMenu::_Explorer(void)
|
||||
@ -99,7 +100,6 @@ void CMenu::_Explorer(void)
|
||||
if(folderExplorer)
|
||||
offset = 1;
|
||||
_showExplorer();
|
||||
_refreshExplorer();
|
||||
while(!m_exit)
|
||||
{
|
||||
_mainLoopCommon();
|
||||
|
Loading…
Reference in New Issue
Block a user