From 1fd834c54d45ff2ecff6168d69adcd9f3928d6c7 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Mon, 28 Aug 2017 19:28:20 +0100 Subject: [PATCH] =?UTF-8?q?ComboBox:=20Don=E2=80=99t=20redundantly=20show(?= =?UTF-8?q?)=20scrolled=5Fwindow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It and its child were already show()n in list_setup(). --- gtk/gtkcombobox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index a9c59d7ca6..a6e3a536d2 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -2331,7 +2331,6 @@ gtk_combo_box_popup_for_device (GtkComboBox *combo_box, GTK_WINDOW (toplevel)); } - gtk_widget_show_all (priv->scrolled_window); gtk_combo_box_list_position (combo_box, &x, &y, &width, &height); gtk_widget_set_size_request (priv->popup_window, width, height);