Merge pull request #582 from softrabbit/stable-1.0
Fix broken command line rendering.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user