Revert "[Tizen] Disable indicator"
authorWonsik Jung <sidein@samsung.com>
Mon, 11 Jun 2018 06:07:17 +0000 (15:07 +0900)
committerWonsik Jung <sidein@samsung.com>
Mon, 11 Jun 2018 06:07:22 +0000 (15:07 +0900)
This reverts commit 81ade1dbaf1bb9694805154399a6c97266f5c58a.

Change-Id: I0100f6dfe28e9a2dcad12ec469d2c5d1155c599c

dali/internal/window-system/common/window-impl.cpp

index d17ce0b..0d84262 100644 (file)
@@ -61,7 +61,7 @@ Window* Window::New( const PositionSize& positionSize, const std::string& name,
 Window::Window()
 : mSurface( NULL ),
   mWindowBase(),
-  mIndicatorVisible( Dali::Window::INVISIBLE ),
+  mIndicatorVisible( Dali::Window::VISIBLE ),
   mIndicatorIsShown( false ),
   mShowRotatedIndicatorOnClose( false ),
   mStarted( false ),