diff --git a/stepmania/src/DifficultyMeter.cpp b/stepmania/src/DifficultyMeter.cpp index 8869ec8c4b..21a68475d5 100644 --- a/stepmania/src/DifficultyMeter.cpp +++ b/stepmania/src/DifficultyMeter.cpp @@ -228,6 +228,8 @@ void DifficultyMeter::SetInternal( int iMeter, Difficulty dc, const CString &sDi const CString sMeter = ssprintf( "%i", iMeter ); m_textMeter.SetText( sMeter ); } + + m_textMeter.PlayCommand( "TextChanged" ); } if( m_bShowEditDescription )