mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 22:58:26 +00:00
qt5: let QNitpickerViewWidget react to focus event
With this patch, when calling 'setFocus()' on a QNitpickerViewWidget, the Nitpicker view gets the input focus (provided that the parent Qt window already had it). Fixes #1314
This commit is contained in:
committed by
Christian Helmuth
parent
a9a6e8df89
commit
21154d6866
@ -75,6 +75,7 @@ protected:
|
||||
virtual void showEvent(QShowEvent *event);
|
||||
virtual void hideEvent(QHideEvent *event);
|
||||
virtual void paintEvent(QPaintEvent *event);
|
||||
virtual void focusInEvent(QFocusEvent * event);
|
||||
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user