fix menu timer having a shadow even though ON_COMMAND says not to
This commit is contained in:
@@ -146,8 +146,6 @@ void MenuTimer::SetSeconds( int iSeconds )
|
|||||||
|
|
||||||
m_textDigit1.Command( ON_COMMAND );
|
m_textDigit1.Command( ON_COMMAND );
|
||||||
m_textDigit2.Command( ON_COMMAND );
|
m_textDigit2.Command( ON_COMMAND );
|
||||||
m_textDigit1.SetShadowLength( 4 );
|
|
||||||
m_textDigit2.SetShadowLength( 4 );
|
|
||||||
|
|
||||||
SetText( iSeconds );
|
SetText( iSeconds );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user