ComboBox: Don’t redundantly show() scrolled_window
authorDaniel Boles <dboles@src.gnome.org>
Mon, 28 Aug 2017 18:28:20 +0000 (19:28 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 28 Aug 2017 19:01:57 +0000 (20:01 +0100)
It and its child were already show()n in list_setup().

gtk/gtkcombobox.c

index a9c59d7ca6c3b7f0592cd7a53136d351e82af8e1..a6e3a536d23772fa355e57982d4ad62aee8f0ed1 100644 (file)
@@ -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);