diff --git a/stepmania/src/ScreenOptionsEditCourse.cpp b/stepmania/src/ScreenOptionsEditCourse.cpp index 16de124a53..8448947e13 100644 --- a/stepmania/src/ScreenOptionsEditCourse.cpp +++ b/stepmania/src/ScreenOptionsEditCourse.cpp @@ -438,6 +438,7 @@ void ScreenOptionsEditCourse::AfterChangeRow( PlayerNumber pn ) ScreenOptions::AfterChangeRow( pn ); SetCurrentSong(); + SetCurrentSteps(); } void ScreenOptionsEditCourse::AfterChangeValueInRow( int iRow, PlayerNumber pn )