mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-28 09:59:33 -04:00
Fix broken command line rendering. Should always check that editor windows exist before using them.
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