- fix for stupid little mistake on previous commit

This commit is contained in:
fledge68 2013-07-23 13:32:54 +00:00
parent 976c614e3f
commit 2864c3b7a2

View File

@ -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();