Skip to content

Commit

Permalink
fix #32106
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Sep 13, 2014
1 parent ca6b45c commit e63fdba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mscore/scoreview.cpp
Expand Up @@ -3258,6 +3258,8 @@ void ScoreView::select(QMouseEvent* ev)
else if (keyState & Qt::ShiftModifier)
st = SelectType::RANGE;
else if (keyState & Qt::ControlModifier) {
if (type == Element::Type::MEASURE)
return;
if (curElement->selected()) {
if (ev->type() == QEvent::MouseButtonPress) {
// do not deselect on ButtonPress, only on ButtonRelease
Expand Down

0 comments on commit e63fdba

Please sign in to comment.