Skip to content

Commit

Permalink
fix #22769 : staff or system text over more lines
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioBL committed Sep 30, 2013
1 parent a508af3 commit e13d3b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmscore/simpletext.cpp
Original file line number Diff line number Diff line change
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 e13d3b1

Please sign in to comment.