Skip to content

Commit

Permalink
fix #47041 Toolbar does not reflect status of mixed fonts if using mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Feb 10, 2015
1 parent 3e4a2d7 commit 37df903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2033,6 +2033,7 @@ bool Text::setCursor(const QPointF& p, QTextCursor::MoveMode mode)
_cursor.clearSelection();
if (_cursor.hasSelection())
QApplication::clipboard()->setText(selectedText(), QClipboard::Selection);
updateCursorFormat(&_cursor);
return true;
}

Expand Down

0 comments on commit 37df903

Please sign in to comment.