Skip to content

Commit

Permalink
fix #277368: can't drag foto mode lasso
Browse files Browse the repository at this point in the history
  • Loading branch information
jthistle committed Oct 23, 2018
1 parent fc927fa commit 58a4dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mscore/fotomode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ void ScoreView::startFotomode()
// convert to absolute position
_foto->setbbox(toPhysical(r));
}
_foto->setFlag(ElementFlag::MOVABLE, true);
_foto->setVisible(true);
_score->select(_foto);
editData.element = _foto;
Expand Down

0 comments on commit 58a4dab

Please sign in to comment.