mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-02-25 00:03:33 +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)
|
for (u32 i = 1; i <= m_numCFVersions; ++i)
|
||||||
_loadCFLayout(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)
|
Vector3D CMenu::_getCFV3D(const string &domain, const string &key, const Vector3D &def, bool otherScrnFmt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user