Skip to content

Commit

Permalink
Partially fix #92591: No feedback while typing Korean
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Feb 16, 2017
1 parent c41b350 commit c725031
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmscore/text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3160,6 +3160,8 @@ void Text::inputTransition(QInputMethodEvent* ie)
#endif
_cursor->format()->setPreedit(true);
editInsertText(preEdit);
ie->accept();
_score->update();
}
}
}
Expand Down

0 comments on commit c725031

Please sign in to comment.