fix #276620: allow staff type change to be added by double-click
This commit is contained in:
parent
f21f2f4473
commit
98b0d26915
1 changed files with 1 additions and 0 deletions
|
@ -558,6 +558,7 @@ void Palette::applyPaletteElement(PaletteCell* cell, Qt::KeyboardModifiers modif
|
|||
|| element->type() == ElementType::TBOX
|
||||
|| element->type() == ElementType::MEASURE
|
||||
|| element->type() == ElementType::BRACKET
|
||||
|| element->type() == ElementType::STAFFTYPE_CHANGE
|
||||
|| (element->type() == ElementType::ICON
|
||||
&& (toIcon(element)->iconType() == IconType::VFRAME
|
||||
|| toIcon(element)->iconType() == IconType::HFRAME
|
||||
|
|
Loading…
Reference in a new issue