Evas textblock: Fixed a bug with right shadows.
authorTom Hacohen <tom@stosb.com>
Tue, 1 May 2012 08:50:25 +0000 (08:50 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 1 May 2012 08:50:25 +0000 (08:50 +0000)
Added a missing break.

SVN revision: 70569

legacy/evas/src/lib/canvas/evas_object_textblock.c

index 0475031..2afcd35 100644 (file)
@@ -2796,6 +2796,7 @@ _text_item_update_sizes(Ctxt *c, Evas_Object_Textblock_Text_Item *ti)
       case EVAS_TEXT_STYLE_SHADOW_DIRECTION_TOP_RIGHT:
       case EVAS_TEXT_STYLE_SHADOW_DIRECTION_RIGHT:
         dx = 1;
+        break;
       case EVAS_TEXT_STYLE_SHADOW_DIRECTION_TOP:
       case EVAS_TEXT_STYLE_SHADOW_DIRECTION_BOTTOM:
       default: