Change size for new visual using initialized transformMap when mVisual is not updated.
authorSunghyun kim <scholb.kim@samsung.com>
Wed, 15 Jan 2020 09:27:23 +0000 (18:27 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Mon, 22 Jun 2020 07:07:24 +0000 (16:07 +0900)
commit766b696f942747143c05ee5fceb31981cb21e4c1
treeb20d4c098a88b7dfa06e45fa8d9b7a4a4fe0405e
parentbf22b2b1b11ea7372af52e194a0749373aab6bc0
Change size for new visual using initialized transformMap when mVisual is not updated.

When the size was set for the new visual, there was an issue that the previous transformMap was set together.
so in order to prevent this, The new visual has been changed to use the initialized map.

Change-Id: I1ce1b735691e1b4963c3d4f3faf07d2c148ad478
dali-toolkit/internal/controls/image-view/image-view-impl.cpp