libgimpwidgets: only ellipsize GimpIntComboBox's text if requested

This commit is contained in:
Michael Natterer
2013-06-03 16:57:42 +02:00
parent a5d2123adf
commit 34ee988a93

View File

@ -673,7 +673,7 @@ gimp_int_combo_box_create_cells (GimpIntComboBox *combo_box)
priv->text_renderer = gtk_cell_renderer_text_new ();
g_object_set (priv->text_renderer,
"ellipsize", PANGO_ELLIPSIZE_END,
"ellipsize", priv->ellipsize,
NULL);
if (priv->label && ! shown)