[Tizen] Show indicator before getting first KeyEvent 53/122353/1
authordongsug.song <dongsug.song@samsung.com>
Fri, 31 Mar 2017 05:43:18 +0000 (14:43 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Fri, 31 Mar 2017 05:43:27 +0000 (14:43 +0900)
This reverts commit 3748542aa0fdee533bbc775eb6251bcb333d2660.

Change-Id: I1af36a9adbf8cb925c93593185754f5795f488c4

dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.cpp

index 72f935921bbeb200946182a0a0cbba18279d3da9..d3e4b88e1b5d6528de74570493c005afd087c42e 100644 (file)
@@ -118,7 +118,7 @@ KeyboardFocusManager::KeyboardFocusManager()
   mCurrentFocusActor( 0 ),
   mFocusIndicatorActor(),
   mFocusGroupLoopEnabled( false ),
-  mIsFocusIndicatorEnabled( false ),
+  mIsFocusIndicatorEnabled( true ),
   mIsWaitingKeyboardFocusChangeCommit( false ),
   mFocusHistory(),
   mSlotDelegate( this ),