Skip to content

Commit

Permalink
fix #280950: Text style style changes not applied to existing chord s…
Browse files Browse the repository at this point in the history
…ymbols
  • Loading branch information
mattmcclinch committed Feb 8, 2019
1 parent 3337e52 commit bfd32e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libmscore/harmony.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ class Harmony final : public TextBase {
virtual void drawEditMode(QPainter* p, EditData& ed) override;
void render(const QString&, qreal&, qreal&);
void render(const QList<RenderAction>& renderList, qreal&, qreal&, int tpc, NoteSpellingType noteSpelling = NoteSpellingType::STANDARD, NoteCaseType noteCase = NoteCaseType::AUTO);
virtual void styleChanged() override { render(); }
virtual Sid getPropertyStyle(Pid) const override;

public:
Expand Down

0 comments on commit bfd32e6

Please sign in to comment.