Qt: destroy transWidget before offGuideImage shows
authorJihye Won <jihye.won1@samsung.com>
Tue, 3 Nov 2015 06:51:28 +0000 (15:51 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 6 Nov 2015 13:19:13 +0000 (22:19 +0900)
commitf2d9f973e7b9794e111294e0f51528cd12599cdd
treebd40bf8b1ab930d955b30057b400300b5c61e411
parentc780ef730c7383e9f3de167893f53f650da07558
Qt: destroy transWidget before offGuideImage shows

When emulator does not receive any event,
offGuideImage is loaded on the top of the screen.
The problem is that offGuideImage shows with transparent widget
created for Move function.
To resolve the problem, transparent widget should be deleted
just before offGuidImage shows.

Change-Id: Ia2ceb186034d4e37bff3c1f22c206202a20b7e8b
Signed-off-by: Jihye Won <jihye.won1@samsung.com>
tizen/src/ui/displaybase.cpp
tizen/src/ui/transwidget.cpp