citadel #1
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user