|
|
@ -1040,6 +1040,7 @@ UBBoardView::mouseReleaseEvent (QMouseEvent *event) |
|
|
|
mMouseButtonIsPressed = false; |
|
|
|
mMouseButtonIsPressed = false; |
|
|
|
mPendingStylusReleaseEvent = false; |
|
|
|
mPendingStylusReleaseEvent = false; |
|
|
|
mTabletStylusIsPressed = false; |
|
|
|
mTabletStylusIsPressed = false; |
|
|
|
|
|
|
|
movingItem = NULL; |
|
|
|
|
|
|
|
|
|
|
|
mLongPressTimer.stop(); |
|
|
|
mLongPressTimer.stop(); |
|
|
|
} |
|
|
|
} |
|
|
|