citadel #1

Closed
isa wants to merge 29 commits from citadel into citadel-45.0
Showing only changes of commit 62fce73aee - Show all commits

View File

@ -186,12 +186,8 @@ class InputMethod extends Clutter.InputMethod {
this._emitRequestSurrounding(); this._emitRequestSurrounding();
} }
if (this._preeditStr !== null) {
// Unset any preedit text
this.set_preedit_text(null, 0, Clutter.PreeditResetMode.CLEAR);
this._preeditStr = null; this._preeditStr = null;
} }
}
vfunc_set_cursor_location(rect) { vfunc_set_cursor_location(rect) {
if (this._context) { if (this._context) {