X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fnavigation-view%2Fnavigation-view-impl.cpp;h=5ddf48c6fbf3b530a5c1e75df259328107807335;hb=56eaa070094d7a0fc04e9c75b272f1cd3ceb9dc8;hp=1d156503a94dad9599a17f5029ba5a601bcebd2b;hpb=3e16213a5fd977f35e00d209e1bb1cc8bb977867;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/navigation-view/navigation-view-impl.cpp b/dali-toolkit/internal/controls/navigation-view/navigation-view-impl.cpp index 1d15650..5ddf48c 100644 --- a/dali-toolkit/internal/controls/navigation-view/navigation-view-impl.cpp +++ b/dali-toolkit/internal/controls/navigation-view/navigation-view-impl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -74,6 +74,8 @@ Toolkit::NavigationView NavigationView::New() void NavigationView::OnStageConnection( int depth ) { Self().SetSensitive(true); + + Control::OnStageConnection( depth ); } void NavigationView::Push( Actor& actor )