File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1071,7 +1071,7 @@ void CMenuContainer::AddStandardItems( void )
1071
1071
const StdMenuItem *pInlineParent=NULL ;
1072
1072
int searchProviderIndex=-1 ;
1073
1073
m_SearchProvidersCount=0 ;
1074
- bool bSecondColumn = false ;
1074
+ bool bSecondColumn= false ;
1075
1075
for (const StdMenuItem *pStdItem=m_pStdItem;;pStdItem++)
1076
1076
{
1077
1077
if (pStdItem->id ==MENU_LAST)
@@ -1090,7 +1090,7 @@ void CMenuContainer::AddStandardItems( void )
1090
1090
continue ;
1091
1091
1092
1092
if (pStdItem->id ==MENU_COLUMN_BREAK && !m_bSubMenu && s_Skin.TwoColumns )
1093
- bSecondColumn = true ;
1093
+ bSecondColumn= true ;
1094
1094
1095
1095
int stdOptions=GetStdOptions (pStdItem->id );
1096
1096
if (!(stdOptions&MENU_ENABLED)) continue ;
@@ -1273,7 +1273,7 @@ void CMenuContainer::AddStandardItems( void )
1273
1273
// get icon
1274
1274
MenuSkin::TIconSize mainIconSize = s_Skin.Main_icon_size ;
1275
1275
if (bSecondColumn && !item.bInline )
1276
- mainIconSize = s_Skin.Main2_icon_size ;
1276
+ mainIconSize= s_Skin.Main2_icon_size ;
1277
1277
1278
1278
CItemManager::TIconSizeType iconSizeType;
1279
1279
int refreshFlags;
You can’t perform that action at this time.
0 commit comments