client: Ensure keyboard focus is not lost when main window leaflets fold
See GNOME/libhandy#179
This commit is contained in:
parent
2222c6af87
commit
1667a7b2da
2 changed files with 29 additions and 4 deletions
|
|
@ -30,6 +30,8 @@
|
|||
<property name="hexpand_set">True</property>
|
||||
<property name="can_swipe_back">True</property>
|
||||
<property name="transition_type">over</property>
|
||||
<signal name="notify::folded" handler="on_inner_leaflet_changed" swapped="no"/>
|
||||
<signal name="notify::visible-child" handler="on_inner_leaflet_changed" swapped="no"/>
|
||||
<child>
|
||||
<object class="GtkBox" id="folder_box">
|
||||
<property name="visible">True</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue