win - +null check.

we don't sure target always has clipper.
This commit is contained in:
ChunEon Park 2014-02-07 14:32:04 +09:00
parent cf3399ffd6
commit b7cf4d8503
1 changed files with 1 additions and 1 deletions

View 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