Evas textblock: Fixed a bug with right shadows.

Added a missing break.

SVN revision: 70569
This commit is contained in:
Tom Hacohen 2012-05-01 08:50:25 +00:00
parent d1d81c4f86
commit 580223101c
1 changed files with 1 additions and 0 deletions

View 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: