mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Update cursor position after committing IM string
This commit is contained in:
parent
2822d91224
commit
01fea56eb6
@ -1285,6 +1285,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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user