mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-27 13:44:15 +01:00
One more fix for last layout of a theme not showing correctly
This commit is contained in:
parent
cd4f88fe9e
commit
a224529094
@ -451,7 +451,7 @@ void CMenu::_loadCFCfg(SThemeData &theme)
|
||||
for (u32 i = 1; i <= m_numCFVersions; ++i)
|
||||
_loadCFLayout(i);
|
||||
|
||||
_loadCFLayout((m_cfg.getInt(_domainFromView(), "last_cf_mode" , 1) + (int)m_numCFVersions) % (int)m_numCFVersions);
|
||||
_loadCFLayout(m_cfg.getInt(_domainFromView(), "last_cf_mode" , 1));
|
||||
}
|
||||
|
||||
Vector3D CMenu::_getCFV3D(const string &domain, const string &key, const Vector3D &def, bool otherScrnFmt)
|
||||
|
Loading…
Reference in New Issue
Block a user