tasn pushed a commit to branch evas-1.7.

commit 7aadf748166f960147cd2c175f9c3d526e3a206c
Author: Tom Hacohen <[email protected]>
Date:   Tue Aug 13 15:21:46 2013 +0100

    Evas textblock: Fixed "high" text size adjustments for multiple paragraphs.
---
 src/lib/canvas/evas_object_textblock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/canvas/evas_object_textblock.c 
b/src/lib/canvas/evas_object_textblock.c
index 6019b5e..9168686 100644
--- a/src/lib/canvas/evas_object_textblock.c
+++ b/src/lib/canvas/evas_object_textblock.c
@@ -3211,6 +3211,7 @@ _layout_line_finalize(Ctxt *c, 
Evas_Object_Textblock_Format *fmt)
    Evas_Object_Textblock_Item *it;
    Evas_Coord x = 0;
 
+   c->position = TEXTBLOCK_POSITION_ELSE;
    /* If there are no text items yet, calc ascent/descent
     * according to the current format. */
    if (c->maxascent + c->maxdescent == 0)
@@ -3297,7 +3298,6 @@ loop_advance:
 static void
 _layout_line_advance(Ctxt *c, Evas_Object_Textblock_Format *fmt)
 {
-   c->position = TEXTBLOCK_POSITION_ELSE;
    _layout_line_finalize(c, fmt);
    _layout_line_new(c, fmt);
 }

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to