projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84aca2a
)
tizen/vector: Fixed bg issue in default checkbox.
author
Subhransu Mohanty
<sub.mohanty@samsung.com>
Tue, 6 Oct 2015 05:37:39 +0000
(14:37 +0900)
committer
Jaehwan Kim
<jae.hwan.kim@samsung.com>
Tue, 17 Nov 2015 05:15:44 +0000
(14:15 +0900)
Change-Id: I97a33612a05bb49ba26f502144ac700647c1d1ae
src/lib/tizen_vector.c
patch
|
blob
|
history
diff --git
a/src/lib/tizen_vector.c
b/src/lib/tizen_vector.c
index 68162fa2b7affcfd306720df84a351a7d1a5b980..7e8d580c5c7066c91fd543798a10d6a2532d7263 100644
(file)
--- a/
src/lib/tizen_vector.c
+++ b/
src/lib/tizen_vector.c
@@
-955,7
+955,7
@@
check_default_vg_resize_cb(void *data, Evas *e EINA_UNUSED,
double center_y = ((double)h / 2);
//Update Outline Shape
- _update_default_check_shape(vd, vd->shape[0],
!elm_check_state_get(vd->obj)
);
+ _update_default_check_shape(vd, vd->shape[0],
EINA_TRUE
);
//Update BG Shape
_update_default_check_shape(vd, vd->shape[1], EINA_FALSE);