[gtk/wip/matthiasc/popup5: 107/128] entry: Allocate popovers
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/matthiasc/popup5: 107/128] entry: Allocate popovers
- Date: Sat, 18 May 2019 16:26:42 +0000 (UTC)
commit 6f7aa6b0f6a835053859ed80d2f628a46c1b0945
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]