forked from AuroraMiddleware/gtk
ComboBox: Don’t redundantly show() scrolled_window
It and its child were already show()n in list_setup().
This commit is contained in:
parent
1f1fdfe757
commit
1fd834c54d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user