summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2015-06-04 20:44:45 -0400
committerJan Holesovsky <kendy@collabora.com>2015-06-05 05:51:57 +0200
commit671787e144345b03a801ede499cc4784e71d6941 (patch)
tree5d803dcd032c692340bc95e87063dfbb6b85fc04 /sc
parent907f01dc76fe822dd61fcf1463e095a30752db98 (diff)
sc tiled editing: EndTracking trigger MouseUp
It does not need to trigger fake MouseUp event Change-Id: Id90c7787ef3312abe81bce359648aee0dfccd905
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/unoobj/docuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index 73f674effbc1..36de58625280 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -591,7 +591,7 @@ void ScModelObj::postMouseEvent(int nType, int nX, int nY, int nCount)
// sometimes MouseButtonDown captures mouse and starts tracking, and VCL
// will not take care of releasing that with tiled rendering
if (pGridWindow->IsTracking())
- pGridWindow->EndTracking();
+ pGridWindow->EndTracking(TrackingEventFlags::DontCallHdl);
break;
default: