Kaydet (Commit) 671787e1 authored tarafından Henry Castro's avatar Henry Castro Kaydeden (comit) Jan Holesovsky

sc tiled editing: EndTracking trigger MouseUp

It does not need to trigger fake MouseUp event

Change-Id: Id90c7787ef3312abe81bce359648aee0dfccd905
üst 907f01dc
...@@ -591,7 +591,7 @@ void ScModelObj::postMouseEvent(int nType, int nX, int nY, int nCount) ...@@ -591,7 +591,7 @@ void ScModelObj::postMouseEvent(int nType, int nX, int nY, int nCount)
// sometimes MouseButtonDown captures mouse and starts tracking, and VCL // sometimes MouseButtonDown captures mouse and starts tracking, and VCL
// will not take care of releasing that with tiled rendering // will not take care of releasing that with tiled rendering
if (pGridWindow->IsTracking()) if (pGridWindow->IsTracking())
pGridWindow->EndTracking(); pGridWindow->EndTracking(TrackingEventFlags::DontCallHdl);
break; break;
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment