just some todo comments.
This commit is contained in:
@@ -213,6 +213,7 @@ void StepsDisplay::SetInternal( const SetParams ¶ms )
|
||||
|
||||
if( m_bShowTicks )
|
||||
{
|
||||
// todo: let themers handle the logic of tick text. -aj
|
||||
char on = char('1');
|
||||
char off = '0';
|
||||
|
||||
@@ -233,6 +234,7 @@ void StepsDisplay::SetInternal( const SetParams ¶ms )
|
||||
}
|
||||
else
|
||||
{
|
||||
// todo: allow themer to specify a format string? -aj
|
||||
const RString sMeter = ssprintf( "%i", params.iMeter );
|
||||
m_textMeter.SetText( sMeter );
|
||||
m_textMeter.HandleMessage( msg );
|
||||
|
||||
Reference in New Issue
Block a user