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
+4
View File
@@ -13,6 +13,10 @@ _____________________________________________________________________________
sm-ssc v1.0 Release Candidate 2 | 201008xx
--------------------------------------------------------------------------------
20100817
--------
* [GraphDisplay] Allow Line to be themed via metrics.
20100815
--------
* [GameCommand] Remove pushscreen command
+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") );