We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd87df commit 716655cCopy full SHA for 716655c
libmscore/bracket.h
@@ -97,7 +97,6 @@ class Bracket final : public Element {
97
void undoChangeProperty(Pid id, const QVariant& v, PropertyFlags ps) override;
98
using ScoreElement::undoChangeProperty;
99
100
- Element::EditBehavior normalModeEditBehavior() const override { return Element::EditBehavior::Edit; }
101
int gripsCount() const override { return 1; }
102
Grip initialEditModeGrip() const override { return Grip::START; }
103
Grip defaultGrip() const override { return Grip::START; }
0 commit comments