Add the exception case for window rotation. 02/259802/1
authorWonsik Jung <sidein@samsung.com>
Tue, 15 Jun 2021 00:49:50 +0000 (09:49 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 15 Jun 2021 00:53:24 +0000 (09:53 +0900)
commitcfdd7e4bbcfe62d0b52058b7608691a115dd1f36
treebd59d766fdcbd27f296d943ea62422aacbbf8dcc
parent7681acd7c25671b14d13e5d666bbb39b855b5b86
Add the exception case for window rotation.

When window rotaton event occurs, the window's size in rotation evnet value is initialized with 0 value.
To fix that, if window's size in rotation event value is zero, the value should be modified using DALi local data.
In addition, fix the one human error.

Change-Id: I03330dcb491b70e6b3abe1e56a9043b859adb215
dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp