[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 72f9359..d3e4b88 100644 (file)
@@ -118,7 +118,7 @@ KeyboardFocusManager::KeyboardFocusManager()
   mCurrentFocusActor( 0 ),
   mFocusIndicatorActor(),
   mFocusGroupLoopEnabled( false ),
-  mIsFocusIndicatorEnabled( false ),
+  mIsFocusIndicatorEnabled( true ),
   mIsWaitingKeyboardFocusChangeCommit( false ),
   mFocusHistory(),
   mSlotDelegate( this ),