fix bug for double tap zoom
authorSeongjun Yim <se201.yim@samsung.com>
Mon, 22 Apr 2013 05:43:46 +0000 (14:43 +0900)
committerSeongjun Yim <se201.yim@samsung.com>
Mon, 22 Apr 2013 05:43:46 +0000 (14:43 +0900)
Change-Id: Ia6b3da997e207c0d1912ecf1d0a6474befe0d665
Signed-off-by: Seongjun Yim <se201.yim@samsung.com>
src/controls/FWebCtrl_GestureState.cpp

index bcf936d..b736649 100755 (executable)
@@ -165,7 +165,7 @@ _TapGestureState::OnTouchReleased(const _Control& source, const _TouchInfo& touc
        else if (__doubleTapped)
        {
                SetGestureEvent(gestureEvent, EWK_GESTURE_TAP, absPoint, Point(0, 0), 0.0, 2);
-               pSmartData->api->gesture_start(const_cast<Ewk_View_Smart_Data*>(pSmartData), &gestureEvent);
+               pSmartData->api->gesture_end(const_cast<Ewk_View_Smart_Data*>(pSmartData), &gestureEvent);
        }
        else
        {