Merge pull request #582 from softrabbit/stable-1.0

Fix broken command line rendering.
This commit is contained in:
Tobias Doerffel
2014-04-09 09:48:16 +02:00

View File

@@ -537,7 +537,7 @@ void pattern::updateBBTrack()
engine::getBBTrackContainer()->updateBBTrack( this );
}
if( engine::pianoRoll()->currentPattern() == this )
if( engine::pianoRoll() && engine::pianoRoll()->currentPattern() == this )
{
engine::pianoRoll()->update();
}