Issue #12918: double bar disappearing when removing courtesy key sig
This commit is contained in:
parent
fe754d059e
commit
f776f263e4
1 changed files with 1 additions and 1 deletions
|
@ -1818,7 +1818,7 @@ QList<System*> Score::layoutSystemRow(qreal rowWidth, bool isFirstSystem, bool u
|
|||
ks->showCourtesy(), ks->showNaturals()));
|
||||
}
|
||||
// change bar line to qreal bar line
|
||||
// m->setEndBarLineType(DOUBLE_BAR, true); // this causes issue #12918
|
||||
// m->setEndBarLineType(DOUBLE_BAR, true); // this caused issue #12918
|
||||
}
|
||||
}
|
||||
if (!showCourtesySig) {
|
||||
|
|
Loading…
Reference in a new issue