e_policy_stack: remove restack children code in e_policy_stack_below/above 25/266025/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 4 Nov 2021 06:24:24 +0000 (15:24 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Thu, 4 Nov 2021 06:24:28 +0000 (15:24 +0900)
commit97a39d8904115a71a37a9f44f6cc00c8cf45a464
tree02c85ed0f4c1002c09fe9b5c6479c6d3ae3502ae
parent62a713f8cf11ea5d164cf55444421270b30f5b13
e_policy_stack: remove restack children code in e_policy_stack_below/above

There was a bug that the transient_below children was placed above on the parent window
when the parent restacked using stack_above or stack_below.
This was because there was no check code the children's transient_policy.

To fix this problem, we just remove code which restack children in e_policy_stack_below/above
because if the window's stack is changed, then its children will be restacked in
_e_client_cb_evas_restack().

Change-Id: Ib7f832f2d44c3d22b3b924b489206210f9e2cd99
src/bin/e_policy_stack.c