Minor convenience issue that I wanted done with.

This commit is contained in:
Jason Felds
2011-11-26 13:40:14 -05:00
parent d0c3083251
commit f4ad43e2c9
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -12,6 +12,9 @@ StepMania 5.0 $next | 20111xxx
----------
* [ScreenEdit] Restore using F9 and F10 to adjust stops by a fixed amount.
Sorry for the delay in this. [Wolfman2000]
* [ScreenEdit] Minor convenience. If you attempt to create a negative stop
segment from scratch, it does not create, and you are not requested to
save on exit, for there is nothing to save. [Wolfman2000]
2011/11/25
----------
+2
View File
@@ -1908,6 +1908,8 @@ void ScreenEdit::InputEdit( const InputEventPlus &input, EditButton EditB )
{
if( fDelta > 0 )
timing.AddSegment( StopSegment(GetRow(), fDelta) );
else
break;
}
else
{