Fix 'Ghost Notes aren't displayed properly after loading a project #5912'
This commit is contained in:
@@ -646,6 +646,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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user