[multibuttonentry]Fixed elm_multibuttonentry_view_mode API-added false case
authorGoun Lee <gouni.lee@samsung.com>
Tue, 7 Feb 2012 08:51:09 +0000 (17:51 +0900)
committerGoun Lee <gouni.lee@samsung.com>
Tue, 7 Feb 2012 08:51:09 +0000 (17:51 +0900)
src/lib/elc_multibuttonentry.c

index aa77b19..7b58f5d 100644 (file)
@@ -1701,4 +1701,6 @@ elm_multibuttonentry_view_mode(Evas_Object *obj, Eina_Bool view_mode)
         elm_box_unpack(wd->box, wd->entry);
         evas_object_hide(wd->entry);
      }
         elm_box_unpack(wd->box, wd->entry);
         evas_object_hide(wd->entry);
      }
+   else
+     _view_update(obj);
 }
 }