Skip to content

Commit

Permalink
Fix 'Ghost Notes aren't displayed properly after loading a project LM…
Browse files Browse the repository at this point in the history
  • Loading branch information
CYBERDEViL committed Feb 23, 2021
1 parent 1534e90 commit ee4aee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/editors/PianoRoll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ void PianoRoll::loadGhostNotes( const QDomElement & de )
{
Note * n = new Note;
n->restoreState( node.toElement() );
n->setVolume(DefaultVolume);
m_ghostNotes.push_back( n );
node = node.nextSibling();
}
Expand Down

0 comments on commit ee4aee7

Please sign in to comment.