[libhandy] flap: Update child visibility on realize()
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy] flap: Update child visibility on realize()
- Date: Wed, 7 Apr 2021 11:32:16 +0000 (UTC)
commit 154c09a3bb879626fb90de8652eb77018530f02a
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Mar 23 17:59:08 2021 +0500
flap: Update child visibility on realize()
We show windows when we create them. However, if a window needs to be
hidden right away, we don't hide it until reveal progress changes sometime
later.
src/hdy-flap.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/hdy-flap.c b/src/hdy-flap.c
index dc3600f1..c4fd8b10 100644
--- a/src/hdy-flap.c
+++ b/src/hdy-flap.c
@@ -1251,6 +1251,7 @@ hdy_flap_realize (GtkWidget *widget)
register_window (self, &self->separator);
register_window (self, &self->flap);
+ update_child_visibility (self);
restack_windows (self);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]