fix #280950: Text style style changes not applied to existing chord symbols

This commit is contained in:
Matt McClinch 2019-02-08 12:30:01 -05:00
parent 3337e5294b
commit bfd32e6278

View file

@ -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: