[elm_colorselector.c]modified theme hook according to review comments to clear the...
authorak.singh7 <ak.singh7@samsung.com>
Tue, 26 Jul 2011 12:17:53 +0000 (17:47 +0530)
committerak.singh7 <ak.singh7@samsung.com>
Tue, 26 Jul 2011 12:17:53 +0000 (17:47 +0530)
[elm_colorselector.c]modified theme hook to clear the issue at theme change

Change-Id: If4ee0b036a8ee8a621bac6f7b05a284426f44780

src/lib/elm_colorselector.c

index 71e716c..e80950c 100644 (file)
@@ -127,6 +127,7 @@ _theme_hook(Evas_Object *obj)
      }
 
    _add_colorbar(obj);
+   elm_colorselector_color_set(obj, wd->r, wd->g, wd->b, wd->a);
    _sizing_eval(obj);
 }