Merge pull request #5065 from MarcSabatella/289651-clef-inspector
fix #289651: show courtesy checkbox not working in clef inspector
This commit is contained in:
commit
9514436791
1 changed files with 2 additions and 1 deletions
|
@ -954,7 +954,8 @@ void InspectorClef::setElement()
|
|||
void InspectorClef::valueChanged(int idx)
|
||||
{
|
||||
// copy into 'other clef' the ShowCouretsy ser of this clef
|
||||
if (idx == 6 && otherClef)
|
||||
Pid pid = iList[idx].t;
|
||||
if (pid == Pid::SHOW_COURTESY && otherClef)
|
||||
otherClef->setShowCourtesy(c.showCourtesy->isChecked());
|
||||
InspectorBase::valueChanged(idx);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue