[Tizen] Show indicator before getting first KeyEvent 73/120373/2
authorminho.sun <minho.sun@samsung.com>
Wed, 22 Mar 2017 12:36:03 +0000 (21:36 +0900)
committerMinho Sun <minho.sun@samsung.com>
Wed, 22 Mar 2017 13:30:14 +0000 (06:30 -0700)
For TV, make KeyboardFocusManager draw indicator via
SetCurrentFocusActor() before getting first KeyEvent.

This patch will be changed after making proper api to set this flag.

Change-Id: I67ee304c1b9a392d6173b86ca4c5a6a027d70ed7
Signed-off-by: minho.sun <minho.sun@samsung.com>
dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.cpp

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