[NUI] Remove duplicate size setter
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 6 Mar 2023 08:45:51 +0000 (17:45 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 6 Mar 2023 11:10:58 +0000 (20:10 +0900)
commitf251ddbb24dcef3cd15e453b5feec8b947b9587c
treed1c85fa48e61d7a5a48d9f894d689546956cf869
parent52200ec57b532486df27ce6c67fd5d8366b67a33
[NUI] Remove duplicate size setter

When if we set View.Size, It will call WidthPolicy / HeightPolicy internal.
And then it will call SizeWidth and SizeHeight.

This patch ignore some duplicated size setting each other.

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs