ComboBox: Don’t redundantly show() scrolled_window

It and its child were already show()n in list_setup().
This commit is contained in:
Daniel Boles 2017-08-28 19:28:20 +01:00
parent 1f1fdfe757
commit 1fd834c54d

View 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);