Skip to content

Commit

Permalink
Fix #314828 Changing any property on a text line resets all styled pr…
Browse files Browse the repository at this point in the history
…operties to default

Remove unnecessary initStyle from TextLine::undoChangeProperty().
  • Loading branch information
njvdberg authored and vpereverzev committed Jan 13, 2021
1 parent b1c2016 commit 8f99c44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libmscore/textline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ void TextLine::undoChangeProperty(Pid id, const QVariant& v, PropertyFlags ps)
MuseScoreCore::mscoreCore->updateInspector();
return;
}
initStyle();
TextLineBase::undoChangeProperty(id, v, ps);
}

Expand Down

0 comments on commit 8f99c44

Please sign in to comment.