resize: fix bug for aspect_ratio resize 31/276631/1 accepted/tizen/unified/20220623.144214 submit/tizen/20220622.080639
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 22 Jun 2022 07:00:20 +0000 (16:00 +0900)
committerJunseok Kim <juns.kim@samsung.com>
Wed, 22 Jun 2022 07:45:47 +0000 (16:45 +0900)
commit3a5cca69eac8846fd899ce04e8c7648e8c29d2c9
tree09335942aa5379ba9a98d59415bb4e5779856058
parentcaba5c96cb83c715c68b41c6b646772afcaa48f0
resize: fix bug for aspect_ratio resize

There was a bug that the aspect_ratio didn't work correctly when the aspect_ratio
was set while creating partial window.
So we change code to set the aspect in e_client_resize_begin().

Change-Id: I8394185c324d0f518ec06950e2b585a9ac20e90b
src/bin/e_client.c
src/bin/e_policy_wl.c