From: Heeyong Song Date: Wed, 23 May 2018 08:08:55 +0000 (+0900) Subject: [Tizen] Disable indicator X-Git-Tag: submit/tizen/20180523.085231^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=commitdiff_plain;h=81ade1dbaf1bb9694805154399a6c97266f5c58a [Tizen] Disable indicator Change-Id: I9120c7abff51aa29ebdeb7ed42fc7c75b1aa68df --- diff --git a/dali/internal/window-system/common/window-impl.cpp b/dali/internal/window-system/common/window-impl.cpp index 0d84262..d17ce0b 100644 --- a/dali/internal/window-system/common/window-impl.cpp +++ b/dali/internal/window-system/common/window-impl.cpp @@ -61,7 +61,7 @@ Window* Window::New( const PositionSize& positionSize, const std::string& name, Window::Window() : mSurface( NULL ), mWindowBase(), - mIndicatorVisible( Dali::Window::VISIBLE ), + mIndicatorVisible( Dali::Window::INVISIBLE ), mIndicatorIsShown( false ), mShowRotatedIndicatorOnClose( false ), mStarted( false ),