projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f1fdfe
)
ComboBox: Don’t redundantly show() scrolled_window
author
Daniel Boles
<dboles@src.gnome.org>
Mon, 28 Aug 2017 18:28:20 +0000
(19:28 +0100)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.c
b/gtk/gtkcombobox.c
index a9c59d7ca6c3b7f0592cd7a53136d351e82af8e1..a6e3a536d23772fa355e57982d4ad62aee8f0ed1 100644
(file)
--- 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);