From 0324b49bde7c48cddeba9ebef9038a48baa10119 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 26 Apr 2004 05:05:18 +0000 Subject: [PATCH] fix menu timer having a shadow even though ON_COMMAND says not to --- stepmania/src/MenuTimer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/MenuTimer.cpp b/stepmania/src/MenuTimer.cpp index 4537f9bd4a..d6d4d152ca 100644 --- a/stepmania/src/MenuTimer.cpp +++ b/stepmania/src/MenuTimer.cpp @@ -146,8 +146,6 @@ void MenuTimer::SetSeconds( int iSeconds ) m_textDigit1.Command( ON_COMMAND ); m_textDigit2.Command( ON_COMMAND ); - m_textDigit1.SetShadowLength( 4 ); - m_textDigit2.SetShadowLength( 4 ); SetText( iSeconds ); }