From 8a98bcdff7d5051b78acbf0e4a3fb12ed36aca86 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Fri, 10 Feb 2012 13:51:29 -0500 Subject: [PATCH] [editorKeysounds] Prepare the eventual menu. --- Themes/_fallback/metrics.ini | 4 ++++ src/ScreenEdit.cpp | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index b135f3835a..e0a4098c27 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -3896,6 +3896,10 @@ ColorDisabled=color("1,1,1,1") RowInitCommand=halign,0.5;valign,0.5;zoom,0.8;x,75;y,45;shadowlength,1 OptionRowNormalMetricsGroup="OptionRowMiniMenuEditHelp" +[ScreenMiniMenuKeysoundTrack] +Fallback="ScreenMiniMenu" +ShowFooter=false + [OptionRowMiniMenuEditHelp] # Help menu ( Keys & Stuff ) Fallback="OptionRowMiniMenu" diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index 9054148f96..df0ffabf38 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -520,6 +520,10 @@ static MenuDef g_EditHelp( // fill this in dynamically ); +static MenuDef g_KeysoundTrack( + "ScreenMiniMenuKeysoundTrack" + ); // fill this in dynamically + static MenuDef g_MainMenu( "ScreenMiniMenuMainMenu", MenuRowDef( ScreenEdit::play_whole_song, "Play whole song", true, EditMode_Practice, true, true, 0, NULL ),