[libhandy/wip/haecker-felix/flap-widget: 89/98] Fix issue that flap doesn't get allocated




commit 522bf0276866d46ec5bd7e40aa19992db428bbc7
Author: Felix Häcker <haeckerfelix gnome org>
Date:   Tue Jul 28 21:32:32 2020 +0200

    Fix issue that flap doesn't get allocated

 src/hdy-flap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/hdy-flap.c b/src/hdy-flap.c
index 6d8a7cd9..bd182c91 100644
--- a/src/hdy-flap.c
+++ b/src/hdy-flap.c
@@ -485,7 +485,7 @@ hdy_flap_size_allocate (GtkWidget     *widget,
 
   gtk_widget_set_allocation (widget, alloc);
 
-  if (!self->flap)
+  if (self->flap)
     allocate_flap (self, alloc);
 
   if (content)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]