Skip to content

Commit

Permalink
fix #279073: fix position for drawing edit mode for chord symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrio95 committed Dec 2, 2018
1 parent 1b1912d commit 4520fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmscore/harmony.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ void Harmony::drawEditMode(QPainter* p, EditData& ed)
{
TextBase::drawEditMode(p, ed);

QPointF pos(pagePos());
QPointF pos(canvasPos());
p->translate(pos);
TextBase::draw(p);
p->translate(-pos);
Expand Down

0 comments on commit 4520fa8

Please sign in to comment.