Skip to content

Do not turn OSK panel off on focus changes

Carlos Garnacho requested to merge wip/carlosg/no-toggle-panel-across-focus into master

This branch does 2 things

  • Makes OSK panel state explicit in ClutterInputMethod/Focus API, so it can be set by upper layers
  • Stops turning it off on focus-out

Related: gtk#1277 (closed)

Merge request reports