Skip to content

Commit

Permalink
Don't show grips on brackets on single click
Browse files Browse the repository at this point in the history
Currently this leads to a crash on trying to adjust bracket column
in Inspector so revert this change for now.
  • Loading branch information
dmitrio95 authored and anatoly-os committed Jan 18, 2020
1 parent 4cd87df commit 716655c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libmscore/bracket.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ class Bracket final : public Element {
void undoChangeProperty(Pid id, const QVariant& v, PropertyFlags ps) override;
using ScoreElement::undoChangeProperty;

Element::EditBehavior normalModeEditBehavior() const override { return Element::EditBehavior::Edit; }
int gripsCount() const override { return 1; }
Grip initialEditModeGrip() const override { return Grip::START; }
Grip defaultGrip() const override { return Grip::START; }
Expand Down

0 comments on commit 716655c

Please sign in to comment.