GtkLabel: angle and ellipsize are incompatible?

2009-03-28 Thread Yu Feng
Dear List, I noticed this line in gtklabel.c: gtk_label_ensure_layout: ... if (angle != 0.0 !label-wrap !label-ellipsize ! label-select_info) { /* We rotate the standard singleton PangoContext for the widget, * depending on the fact that it's meant pretty much

Re: GtkLabel: angle and ellipsize are incompatible?

2009-03-28 Thread Behdad Esfahbod
On 03/28/2009 01:22 PM, Yu Feng wrote: Dear List, I noticed this line in gtklabel.c: gtk_label_ensure_layout: ... if (angle != 0.0 !label-wrap !label-ellipsize ! label-select_info) { /* We rotate the standard singleton PangoContext for the widget, * depending on