From bbbb3b5d8a7643a12d2d3fc5c3e401f36a13b6f1 Mon Sep 17 00:00:00 2001 From: Victor Cebollada Date: Thu, 27 Oct 2016 16:18:28 +0100 Subject: [PATCH] Text - Initialize the mUpdateCursorHookPosition member in the constructor. Change-Id: I9ebaa2d3d6760913753771bf51aef9528b850a73 Signed-off-by: Victor Cebollada --- dali-toolkit/internal/text/text-controller-impl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dali-toolkit/internal/text/text-controller-impl.cpp b/dali-toolkit/internal/text/text-controller-impl.cpp index dcb2901..6d2a022 100644 --- a/dali-toolkit/internal/text/text-controller-impl.cpp +++ b/dali-toolkit/internal/text/text-controller-impl.cpp @@ -89,6 +89,7 @@ EventData::EventData( DecoratorPtr decorator ) mGrabHandleEnabled( true ), mGrabHandlePopupEnabled( true ), mSelectionEnabled( true ), + mUpdateCursorHookPosition( false ), mUpdateCursorPosition( false ), mUpdateGrabHandlePosition( false ), mUpdateLeftSelectionPosition( false ), -- 2.7.4