mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Update cursor position after committing IM string
(cherry picked from commit 01fea56eb6
)
This commit is contained in:
parent
9639b9a3fb
commit
5c6bc52b1b
@ -1282,6 +1282,7 @@ void GuiWorkArea::inputMethodEvent(QInputMethodEvent * e)
|
||||
d->buffer_view_->cursor().insert(qstring_to_ucs4(e->commitString()));
|
||||
d->buffer_view_->updateMetrics();
|
||||
d->buffer_view_->cursor().endUndoGroup();
|
||||
d->updateCaretGeometry();
|
||||
viewport()->update();
|
||||
}
|
||||
|
||||
|
@ -227,6 +227,8 @@ What's new
|
||||
|
||||
- Improve error message when document path contains spaces.
|
||||
|
||||
- Fix blinking caret position while entering text with input method.
|
||||
|
||||
|
||||
* INTERNALS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user