X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=base%2Fdali-toolkit%2Finternal%2Fcontrols%2Ftext-input%2Ftext-input-decorator-impl.cpp;h=9f83898d7b07c1497730f52f38ff179ffc55468e;hp=a2754b516d34a977d23630cb7ad21f66f3fa8fda;hb=0697056b2ada1017c577c441c1c517ce8c08279f;hpb=ead5748ee6ce71eeaf58e2d9b98a0e1d6a1fbd15 diff --git a/base/dali-toolkit/internal/controls/text-input/text-input-decorator-impl.cpp b/base/dali-toolkit/internal/controls/text-input/text-input-decorator-impl.cpp index a2754b5..9f83898 100644 --- a/base/dali-toolkit/internal/controls/text-input/text-input-decorator-impl.cpp +++ b/base/dali-toolkit/internal/controls/text-input/text-input-decorator-impl.cpp @@ -93,6 +93,7 @@ Decorator::Decorator( TextViewCharacterPositioning& textViewManager, TextInputTe mCursorRTLEnabled( false ), mIsGrabHandleInScrollArea( false ), mIsCursorInScrollArea( false ), + mGrabHandleVisibility( false ), mGrabHandleEnabled( true ) { } @@ -128,7 +129,7 @@ Vector4 Decorator::GetBoundingBox() const /** * Selection Handles */ -void Decorator::OnHandlePan(Actor actor, PanGesture gesture) +void Decorator::OnHandlePan(Actor actor, const PanGesture& gesture) { Actor selectionHandleOne = mTextInputHandles.GetSelectionHandleOne(); Actor selectionHandleTwo = mTextInputHandles.GetSelectionHandleTwo();