Skip to content

Commit

Permalink
Merge pull request #496 from AntonioBL/simpletext_lines
Browse files Browse the repository at this point in the history
fix #22769 : staff or system text over more lines
  • Loading branch information
lasconic committed Sep 30, 2013
2 parents a508af3 + e13d3b1 commit 6de066c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmscore/simpletext.cpp
Expand Up @@ -363,6 +363,8 @@ void SimpleText::startEdit(MuseScoreView*, const QPointF& pt)
{
_cursor.line = 0;
_cursor.column = 0;
_cursor.selectLine = 0;
_cursor.selectColumn = 0;
if (_layout.isEmpty())
layout();
setCursor(pt);
Expand Down

0 comments on commit 6de066c

Please sign in to comment.