[Tizen] Disable indicator 92/179892/1 submit/tizen/20180523.085231
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 23 May 2018 08:08:55 +0000 (17:08 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 23 May 2018 08:08:55 +0000 (17:08 +0900)
Change-Id: I9120c7abff51aa29ebdeb7ed42fc7c75b1aa68df

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

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