[gtk/wip/matthiasc/popup5: 89/145] entry: Allocate popovers
- From: Matthias Clasen <matthiasc src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gtk/wip/matthiasc/popup5: 89/145] entry: Allocate popovers
 
- Date: Sun, 26 May 2019 19:09:12 +0000 (UTC)
 
commit 0568fdf7345cf88017a4c2deec367f0be9cdf05c
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat May 4 18:10:12 2019 +0000
    entry: Allocate popovers
 gtk/gtkentry.c | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 3730f8a08e..5c578e8bcc 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -72,6 +72,7 @@
 #include "gtktypebuiltins.h"
 #include "gtkwidgetprivate.h"
 #include "gtkwindow.h"
+#include "gtknative.h"
 
 #include "a11y/gtkentryaccessible.h"
 
@@ -1628,6 +1629,9 @@ gtk_entry_size_allocate (GtkWidget *widget,
       if (completion)
         _gtk_entry_completion_resize_popup (completion);
     }
+
+  if (priv->emoji_chooser)
+    gtk_native_check_resize (GTK_NATIVE (priv->emoji_chooser));
 }
 
 static void
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]