diff --git a/Docs/Changelog_sm-ssc.txt b/Docs/Changelog_sm-ssc.txt index 03f2960415..ceac6b710f 100644 --- a/Docs/Changelog_sm-ssc.txt +++ b/Docs/Changelog_sm-ssc.txt @@ -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 diff --git a/src/GraphDisplay.cpp b/src/GraphDisplay.cpp index 10195245ef..cc5e2c29ab 100644 --- a/src/GraphDisplay.cpp +++ b/src/GraphDisplay.cpp @@ -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") );