Skip to content

Commit

Permalink
force noteskin handler to display only one option in the row at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jan 11, 2017
1 parent bd36fa7 commit a2e5646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OptionRowHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ class OptionRowHandlerListNoteSkins : public OptionRowHandlerList
m_Def.m_sName = "NoteSkins";
m_Def.m_bOneChoiceForAllPlayers = false;
m_Def.m_bAllowThemeItems = false; // we theme the text ourself
m_Def.m_layoutType = LAYOUT_SHOW_ONE_IN_ROW;

vector<RString> arraySkinNames;
NOTESKIN->GetNoteSkinNames( arraySkinNames );
Expand Down

0 comments on commit a2e5646

Please sign in to comment.