allow GraphDisplay Line to be themed

This commit is contained in:
AJ Kelly
2010-08-17 02:32:05 -05:00
parent 31a0630279
commit ccb46a8761
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -232,6 +232,8 @@ void GraphDisplay::Load( RString sMetricsGroup )
this->AddChild( m_pGraphBody );
m_pGraphLine = new GraphLine;
m_pGraphLine->SetName("Line");
ActorUtil::LoadAllCommands( m_pGraphLine, sMetricsGroup );
this->AddChild( m_pGraphLine );
m_sprSongBoundary.Load( THEME->GetPathG(sMetricsGroup,"SongBoundary") );