From 6f8d88399118546e8c7f49732196fd82aba64aa4 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 10 Jul 2019 12:34:04 +0900 Subject: [PATCH] efl_ui_textpath: remove unnecessary set. Textpath positioning is completed manually, this is duplicated request, remove it. --- src/lib/elementary/efl_ui_textpath.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_textpath.c b/src/lib/elementary/efl_ui_textpath.c index 68b209b71c..96c02374fd 100644 --- a/src/lib/elementary/efl_ui_textpath.c +++ b/src/lib/elementary/efl_ui_textpath.c @@ -351,7 +351,6 @@ _text_draw(void *data) return; } map = evas_map_new(map_point_no); - evas_map_util_object_move_sync_set(map, EINA_TRUE); #ifdef EFL_UI_TEXTPATH_LINE_DEBUG Evas_Object *line;