client: Ensure keyboard focus is not lost when main window leaflets fold

See GNOME/libhandy#179
This commit is contained in:
Michael Gratton 2021-04-14 09:17:30 +10:00 committed by Michael James Gratton
parent 2222c6af87
commit 1667a7b2da
2 changed files with 29 additions and 4 deletions

View file

@ -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>