From a2e5646fd7cf5d8b814f2e98e0c66777151aff05 Mon Sep 17 00:00:00 2001 From: MinaciousGrace Date: Wed, 11 Jan 2017 01:24:50 -0500 Subject: [PATCH] force noteskin handler to display only one option in the row at a time --- src/OptionRowHandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OptionRowHandler.cpp b/src/OptionRowHandler.cpp index 22c62bc1f0..00969e3064 100644 --- a/src/OptionRowHandler.cpp +++ b/src/OptionRowHandler.cpp @@ -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 arraySkinNames; NOTESKIN->GetNoteSkinNames( arraySkinNames );