summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorJaeun Choi <jaeun12.choi@samsung.com>2014-07-09 16:32:09 +0900
committerJaeun Choi <jaeun12.choi@samsung.com>2014-07-16 22:45:29 +0900
commit7f5a7329717bace0a851ed1d4f732a1aa9be7f27 (patch)
treeaa25a54171e4f80bc918f3c24d6af32d1be75844 /src/tests
parent27ec47c460a53629987b563dab451735971fd421 (diff)
downloadelementary-7f5a7329717bace0a851ed1d4f732a1aa9be7f27.tar.gz
popup: code refactoring
Popup has an abnormal parent-child tree as follows, and this patch fixes it. - when popup is created, it creates a notify as a child and the tree is [parent - popup - notify]. - when popup is visible, it is set as a content of notify and the tree is [parent - notify - popup]. - when popup is hidden, the tree is reverted. To fix this, I made an internal layout and set it as the content of notify so that the tree remains as [parent - popup - notify - layout] all the time.
Diffstat (limited to 'src/tests')
0 files changed, 0 insertions, 0 deletions