Issue #12918: double bar disappearing when removing courtesy key sig

This commit is contained in:
AntonioBL 2012-11-22 11:24:37 +01:00
parent fe754d059e
commit f776f263e4

View file

@ -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) {