fix uppercase has no effect if set after settext
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
virtual bool EarlyAbortDraw() const;
|
||||
virtual void DrawPrimitives();
|
||||
|
||||
void SetUppercase( bool b ) { m_bUppercase = b; }
|
||||
void SetUppercase( bool b );
|
||||
void SetRainbowScroll( bool b ) { m_bRainbowScroll = b; }
|
||||
void SetJitter( bool b ) { m_bJitter = b; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user