Kaydet (Commit) bcd8da68 authored tarafından Mihai Varga's avatar Mihai Varga Kaydeden (comit) Mihai Varga

LOK: make use of MOUSEMOVE in calc

Change-Id: Ideb7bdabd86e95cf10c7f19f0900110b816970c2
üst 5654e8f2
......@@ -623,6 +623,9 @@ void ScModelObj::postMouseEvent(int nType, int nX, int nY, int nCount, int nButt
if (pGridWindow->IsTracking())
pGridWindow->EndTracking(TrackingEventFlags::DontCallHdl);
break;
case LOK_MOUSEEVENT_MOUSEMOVE:
pGridWindow->MouseMove(aEvent);
break;
default:
assert(false);
......
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