spinner: apply UI Mirroring for Tizen 3.0 96/166696/2
authorJaeun Choi <jaeun12.choi@samsung.com>
Thu, 11 Jan 2018 11:49:05 +0000 (20:49 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 12 Jan 2018 04:06:46 +0000 (04:06 +0000)
commitccac0a9d3df17f60aa1130b7ff2ea92be58d00a1
tree67183418203ba398db17b8562cdaec9c8fcf1327
parent534ca5f308cbe5b9ea12e7be2c2d0b450a78c1d3
spinner: apply UI Mirroring for Tizen 3.0

spinner's look and behavior are not affected by UI mirroring,
so buttons inside a spinner should not be mirrored either.
this patch makes the buttons not to be affected by elm_config_mirrored_set
and sets the mirror mode manually as EINA_FALSE.

@tizen_only

Change-Id: I8f8dcd90babdc1ff52a45ac70a9c7c13a4351c41
src/lib/elementary/elm_spinner.c