Just cut/ellipsis if text.min.x is not set.
authorbarbieri <barbieri>
Sat, 20 Aug 2011 23:47:46 +0000 (23:47 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 20 Aug 2011 23:47:46 +0000 (23:47 +0000)
commit855ab5b242980d78f0ce811cb423875a4fee2526
tree2089cf3a46e402dde57cf72d758550d11ad61303
parent9599dd137c5ade2a471221ef2b40ac5dbf5f0ee8
Just cut/ellipsis if text.min.x is not set.

This should fix the bug with the following code:

collections {
   group { name: "main";
      parts {
         part { name: "text";
            type: TEXT;
            description { state: "default" 0.0;
               text {
                  font: "Sans";
                  size: 72;
                  text: "contents";
                  fit: 0 1;
                  min: 1 0;
               }
            }
         }
      }
   }
}

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@62639 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/edje_text.c