forked from AuroraMiddleware/gtk
Resize the popup if a new model is set. (#154129, Bernd Damian)
2004-10-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_set_model): Resize the popup if a new model is set. (#154129, Bernd Damian)
This commit is contained in:
parent
6e6824a06b
commit
d966036d4d
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkcombobox.c (gtk_combo_box_set_model): Resize the
|
||||||
|
popup if a new model is set. (#154129, Bernd Damian)
|
||||||
|
|
||||||
2004-10-04 Matthias Clasen <mclasen@redhat.com>
|
2004-10-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf):
|
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf):
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkcombobox.c (gtk_combo_box_set_model): Resize the
|
||||||
|
popup if a new model is set. (#154129, Bernd Damian)
|
||||||
|
|
||||||
2004-10-04 Matthias Clasen <mclasen@redhat.com>
|
2004-10-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf):
|
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf):
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkcombobox.c (gtk_combo_box_set_model): Resize the
|
||||||
|
popup if a new model is set. (#154129, Bernd Damian)
|
||||||
|
|
||||||
2004-10-04 Matthias Clasen <mclasen@redhat.com>
|
2004-10-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf):
|
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf):
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-10-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkcombobox.c (gtk_combo_box_set_model): Resize the
|
||||||
|
popup if a new model is set. (#154129, Bernd Damian)
|
||||||
|
|
||||||
2004-10-04 Matthias Clasen <mclasen@redhat.com>
|
2004-10-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf):
|
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf):
|
||||||
|
@ -4400,6 +4400,7 @@ gtk_combo_box_set_model (GtkComboBox *combo_box,
|
|||||||
/* list mode */
|
/* list mode */
|
||||||
gtk_tree_view_set_model (GTK_TREE_VIEW (combo_box->priv->tree_view),
|
gtk_tree_view_set_model (GTK_TREE_VIEW (combo_box->priv->tree_view),
|
||||||
combo_box->priv->model);
|
combo_box->priv->model);
|
||||||
|
gtk_combo_box_list_popup_resize (combo_box);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user