TextInput & TextView: Klocwork issues fix
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / internal / controls / text-input / text-input-popup-new-impl.h
index ce316f2..dd28daa 100644 (file)
@@ -89,7 +89,9 @@ public:
    * Default constructor
    * Creates an empty popup base actor (no content i.e. invisible)
    */
-  TextInputPopupNew(){};
+  TextInputPopupNew()
+  : mState(StateHidden)
+  { };
 
   /**
    * Destructor