Skip to content

Commit

Permalink
fix #150141: Text in textframe disappears with Ctrl-C
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Dec 12, 2016
1 parent d5891db commit 5d0f208
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mscore/scoreview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,8 @@ void ScoreView::objectPopup(const QPoint& pos, Element* obj)
mscore->showHelp(QString("element:%1").arg(obj->name()));
else if (cmd == "edit-element") {
if (obj->isEditable()) {
if (obj->score())
obj->score()->select(obj);
startEdit(obj);
return;
}
Expand Down

0 comments on commit 5d0f208

Please sign in to comment.