[NUI] Slider track make correct value.
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 14 Jun 2022 05:16:48 +0000 (14:16 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 21 Jun 2022 10:27:08 +0000 (19:27 +0900)
commit2730f6ff16fb9430f9cbc3a27a444dc53c5bdf78
tree8aac89a636fa2deff4b6779f95113353a180124a
parent61ed777ddbd15fffc0fb8e18ad3970e4ad51eb32
[NUI] Slider track make correct value.

Due to the track touch didn't apply offset of track,
the track touch didn't make correct value.

This patch apply the offset of bg track to the touch position.
Now the positions become correct value.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI.Components/Controls/Slider.Internal.cs
src/Tizen.NUI.Components/Controls/Slider.cs