File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class InputMethod extends Clutter.InputMethod {
2727 this . _sourceChangedId = this . _inputSourceManager . connect ( 'current-source-changed' ,
2828 this . _onSourceChanged . bind ( this ) ) ;
2929 this . _currentSource = this . _inputSourceManager . currentSource ;
30-
30+ this . _currentSource . activate ( true ) ;
3131 if ( this . _ibus . is_connected ( ) )
3232 this . _onConnected ( ) ;
3333 }
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ var ModalDialog = GObject.registerClass({
7272 y : 0 ,
7373 accessible_role : Atk . Role . DIALOG ,
7474 } ) ;
75- global . log ( "REACT" , Main . virtualKeyboardManager . visible ) ;
75+
7676 params = Params . parse ( params , {
7777 cinnamonReactive : Main . virtualKeyboardManager . visible ,
7878 styleClass : null ,
You can’t perform that action at this time.
0 commit comments