fix ManageProfiles errors
add bThemeTitle flag to MenuRow
This commit is contained in:
@@ -262,7 +262,7 @@ void ScreenOptionsManageEditSteps::ProcessMenuStart( const InputEventPlus &input
|
||||
g_TempMenu.rows.clear();
|
||||
FOREACH_StepsEditAction( i )
|
||||
{
|
||||
MenuRowDef mrd( i, StepsEditActionToString(i), true, EditMode_Home, true, 0, "" );
|
||||
MenuRowDef mrd( i, StepsEditActionToString(i), true, EditMode_Home, true, true, 0, "" );
|
||||
g_TempMenu.rows.push_back( mrd );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user