fix #276620: allow staff type change to be added by double-click

This commit is contained in:
Marc Sabatella 2019-04-17 11:58:42 -06:00
parent f21f2f4473
commit 98b0d26915

View file

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