From 3339438072b415b74d2f01db197ce5a71798a63e Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 8 Feb 2011 17:58:26 -0600 Subject: [PATCH] just some todo comments. --- src/StepsDisplay.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/StepsDisplay.cpp b/src/StepsDisplay.cpp index 51203dff66..92c3639d4e 100644 --- a/src/StepsDisplay.cpp +++ b/src/StepsDisplay.cpp @@ -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 );