Skip to content

Commit 716655c

Browse files
dmitrio95anatoly-os
authored andcommitted
Don't show grips on brackets on single click
Currently this leads to a crash on trying to adjust bracket column in Inspector so revert this change for now.
1 parent 4cd87df commit 716655c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libmscore/bracket.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ class Bracket final : public Element {
9797
void undoChangeProperty(Pid id, const QVariant& v, PropertyFlags ps) override;
9898
using ScoreElement::undoChangeProperty;
9999

100-
Element::EditBehavior normalModeEditBehavior() const override { return Element::EditBehavior::Edit; }
101100
int gripsCount() const override { return 1; }
102101
Grip initialEditModeGrip() const override { return Grip::START; }
103102
Grip defaultGrip() const override { return Grip::START; }

0 commit comments

Comments
 (0)