[NUI] Fix Slider Thumb shown issue (#3187)
authorSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Wed, 16 Jun 2021 06:20:34 +0000 (15:20 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 23 Jun 2021 08:25:09 +0000 (17:25 +0900)
* [NUI] Fix Slider Thumb shown issue

- After default theme update, Slider Thumb disappears when user presses it.
- The reason is that the default resource is not enough,
 and the code is just to get the empty resource. (null value)
- Fixed to show slider thumb for normal, pressed, and disabled states.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* Update Slider theme and BorderlineColor

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>

No differences found