From eb37115a5999dc1939c41f0c715fe4141af97255 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 13 Mar 2005 05:45:41 +0000 Subject: [PATCH] fix underlines don't update when wrapping rows --- stepmania/src/ScreenOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index d209ea24b5..00f71db17f 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -671,7 +671,7 @@ void ScreenOptions::OnChange( PlayerNumber pn ) PositionItems(); /* Do positioning. */ - PositionUnderlines( iCurRow, pn ); + PositionAllUnderlines(); RefreshIcons( iCurRow, pn ); PositionIcons(); UpdateEnabledDisabled();