edje_calc: fix calculation for vertically expandable textblock without max height 90/132090/3
authorYoungbok Shin <youngb.shin@samsung.com>
Thu, 1 Jun 2017 05:27:55 +0000 (14:27 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 9 Jun 2017 02:09:36 +0000 (02:09 +0000)
commit9d8d735221fca1a646bb9c9ba11b8a737779bf9c
treefeb2fc557f8c798419e34c993e20eaa927238ed7
parent81c1f1c9fcf1fa8a9ab394c0e49d977a80efaae1
edje_calc: fix calculation for vertically expandable textblock without max height

If there is no maximum height in description,
Then the following textblock should be vertically expandable without ellipsis.

part { name: "textblock";
   type: TEXTBLOCK;
   description {
      min: X X;
      text.min: 0 1;
   }
}

@tizen_fix

Change-Id: I19239732d309c3d1b32e68201a24a9038fca8643
src/lib/edje/edje_calc.c