elementary/label - you intended this if it cannot slide because of the text length.
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 4 Jan 2013 07:43:16 +0000 (07:43 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 4 Jan 2013 07:43:16 +0000 (07:43 +0000)
SVN revision: 82158

legacy/elementary/src/lib/elm_label.c

index 7e100ed..f2e4307 100644 (file)
@@ -86,7 +86,7 @@ _label_slide_change(Evas_Object *obj)
    // too short to slide label
    if (plainlen < 1)
      {
-        sd->slide = EINA_TRUE;
+        sd->slide = EINA_FALSE;
         return;
      }