fix wrong options positions when memory cards inserted
This commit is contained in:
@@ -242,6 +242,8 @@ void ScreenOptions::InitMenu( const vector<OptionRowHandler*> &vHands )
|
|||||||
/* Call when option rows have been re-initialized. */
|
/* Call when option rows have been re-initialized. */
|
||||||
void ScreenOptions::RestartOptions()
|
void ScreenOptions::RestartOptions()
|
||||||
{
|
{
|
||||||
|
m_exprRowPositionTransformFunction.ClearCache();
|
||||||
|
|
||||||
for( unsigned r=0; r<m_pRows.size(); r++ ) // foreach row
|
for( unsigned r=0; r<m_pRows.size(); r++ ) // foreach row
|
||||||
{
|
{
|
||||||
OptionRow *pRow = m_pRows[r];
|
OptionRow *pRow = m_pRows[r];
|
||||||
|
|||||||
Reference in New Issue
Block a user