Skip to content

Commit

Permalink
Merge pull request #4590 from ericfont/281441-unset-selected-flag-whe…
Browse files Browse the repository at this point in the history
…n-cloning-elements

fix #281441 unset selected flag in clones
  • Loading branch information
anatoly-os committed Mar 7, 2019
2 parents f4fcf53 + 3cfc174 commit 1685104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/element.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ Element::Element(const Element& e)
_offset = e._offset;
_track = e._track;
_flags = e._flags;
setFlag(ElementFlag::SELECTED, false);
_tag = e._tag;
_z = e._z;
_color = e._color;
Expand Down

0 comments on commit 1685104

Please sign in to comment.