keyboard: Update for new code
_cursorChanged was folded into _sync at some point.
This commit is contained in:
parent
db76fb8ff9
commit
57dd862e35
@ -196,7 +196,7 @@ const Keyboard = new Lang.Class({
|
|||||||
}
|
}
|
||||||
this._cursorProxy.connect('g-properties-changed',
|
this._cursorProxy.connect('g-properties-changed',
|
||||||
Lang.bind(this, this._sync));
|
Lang.bind(this, this._sync));
|
||||||
this._cursorChanged();
|
this._sync();
|
||||||
}));
|
}));
|
||||||
this._sync();
|
this._sync();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user