Fix the crash in widget-view when this is not added to Window. 64/267664/2 accepted/tizen/unified/20211215.125810 submit/tizen/20211214.091051
authorWonsik Jung <sidein@samsung.com>
Wed, 8 Dec 2021 09:51:30 +0000 (18:51 +0900)
committerWonsik Jung <sidein@samsung.com>
Thu, 9 Dec 2021 01:49:35 +0000 (10:49 +0900)
commit25d5e56c638976c9578f6a137b01e70f1b76b6ec
tree629c4b60d523a32ce4d5548ebc00517507cfd5da
parent31f17452feabc1faa2456db27955e139863a5b5a
Fix the crash in widget-view when this is not added to Window.

When the widget-view is not added, a crash occurs.
Because window is usded Widget::IsOutOfScreen().
To fix, the checker is added and return value is false.

Change-Id: I5b87be18f2798cf0267628743b5b42624ef4ee14
widget_viewer_dali/internal/widget_view/widget_view_impl.cpp