edje : test for text availabilty before handling marquee
authorSubhransu Mohanty <sub.mohanty@samsung.com>
Fri, 11 Nov 2016 02:27:53 +0000 (11:27 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 17 Nov 2016 07:54:17 +0000 (16:54 +0900)
Svace ID : WGID 144214

Change-Id: I7d7dbd9e7fd03839e4fa5b0118eef9030e426719

src/lib/edje/edje_smart.c

index 67ba26c..4372a61 100644 (file)
@@ -206,7 +206,7 @@ _edje_object_evas_object_smart_move(Eo *obj EINA_UNUSED, Edje *ed, Evas_Coord x,
         else
           {
              //TIZEN_ONLY(20160923): introduction of text marquee
-             if (ep->text_marquee_animator)
+             if (ep->text_marquee_animator && ep->typedata.text)
                _marquee_text_object_move(ed, ep, ed_diff);
              else
              //