View | Details | Raw Unified | Return to bug 705779 | Differences between
and this patch

Collapse All | Expand All

(-)a/clutter/clutter-text.c (-1 / +2 lines)
 Lines 2301-2307   clutter_text_paint (ClutterActor *self) Link Here 
2301
                  - 2 * TEXT_PADDING;
2301
                  - 2 * TEXT_PADDING;
2302
      text_width  = logical_rect.width / PANGO_SCALE;
2302
      text_width  = logical_rect.width / PANGO_SCALE;
2303
2303
2304
      rtl = clutter_actor_get_text_direction (self) == CLUTTER_TEXT_DIRECTION_RTL;
2304
      rtl = pango_find_base_dir (clutter_text_buffer_get_text (priv->buffer),
2305
                                 clutter_text_buffer_get_length (priv->buffer)) == PANGO_DIRECTION_RTL;
2305
2306
2306
      if (actor_width < text_width)
2307
      if (actor_width < text_width)
2307
        {
2308
        {

Return to bug 705779