[splittiming] Don't need this pre-filled.
This commit is contained in:
+2
-4
@@ -4002,13 +4002,11 @@ void ScreenEdit::HandleTimingDataInformationChoice( TimingDataInformationChoice
|
|||||||
break;
|
break;
|
||||||
case speed_mode:
|
case speed_mode:
|
||||||
{
|
{
|
||||||
RString sMode = ( GetAppropriateTiming().GetSpeedModeAtBeat( GetBeat() ) == 0 ?
|
|
||||||
"Beats" : "Seconds" );
|
|
||||||
ScreenTextEntry::TextEntry(
|
ScreenTextEntry::TextEntry(
|
||||||
SM_BackFromSpeedModeChange,
|
SM_BackFromSpeedModeChange,
|
||||||
ENTER_SPEED_MODE_VALUE,
|
ENTER_SPEED_MODE_VALUE,
|
||||||
sMode.c_str(),
|
"",
|
||||||
10
|
3
|
||||||
);
|
);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user