Correct comment of Actor::SetKeyboardFocusable() 96/37096/1
authorYoonsang Lee <ysang114.lee@samsung.com>
Thu, 19 Mar 2015 05:49:52 +0000 (14:49 +0900)
committerYoonsang Lee <ysang114.lee@samsung.com>
Thu, 19 Mar 2015 05:50:35 +0000 (14:50 +0900)
The default value for SetKeyboardFocusable() is false, not true.

Change-Id: Ia54df8731804f1b3c72b272d3774273eb9a2eb94

dali/public-api/actors/actor.h

index 39ed418..f2864f2 100644 (file)
@@ -1172,7 +1172,7 @@ public:
   /**
    * @brief Sets whether the actor should be focusable by keyboard navigation.
    *
-   * The default is true.
+   * The default is false.
    * @pre The Actor has been initialized.
    * @param[in] focusable - true if the actor should be focusable by keyboard navigation,
    * false otherwise.