win - +null check.
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 7 Feb 2014 05:32:04 +0000 (14:32 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 7 Feb 2014 05:32:04 +0000 (14:32 +0900)
we don't sure target always has clipper.

src/lib/elm_win.c

index 72f64d3..5b17f21 100644 (file)
@@ -755,7 +755,7 @@ _elm_win_focus_highlight_simple_setup(Elm_Win_Smart_Data *sd,
 
    evas_object_move(obj, x, y);
    evas_object_resize(obj, w, h);
-   evas_object_clip_set(obj, clip);
+   if (clip) evas_object_clip_set(obj, clip);
 }
 
 static void