list - fix separators to be the correct direction

This commit is contained in:
Carsten Haitzler 2013-11-16 18:13:37 +09:00
parent 4f4982663c
commit e045d28cfc
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ _items_fix(Evas_Object *obj)
if (it->is_separator)
elm_widget_theme_object_set
(obj, VIEW(it), "separator", sd->h_mode ?
"horizontal" : "vertical", style);
"vertical" : "horizontal", style);
else if (sd->mode == ELM_LIST_COMPRESS)
{
if (it->even)