fix menu timer having a shadow even though ON_COMMAND says not to

This commit is contained in:
Glenn Maynard
2004-04-26 05:05:18 +00:00
parent 97aaf75dd9
commit 0324b49bde
-2
View File
@@ -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 );
}