Kaydet (Commit) 2384e6ed authored tarafından Henry Castro's avatar Henry Castro Kaydeden (comit) Miklos Vajna

sc tiled editing: EndTracking() is necessary in the tiled rendering case.

Change-Id: I0fc550ed669e08787b968ec03c09c1d8ad04dd65
üst fa53289f
......@@ -2438,6 +2438,11 @@ void ScGridWindow::LogicMouseButtonUp(const MouseEvent& rMouseEvent)
assert(rDoc.GetDrawLayer()->isTiledRendering());
MouseButtonUp(rMouseEvent);
// sometimes MouseButtonDown captures mouse and starts tracking, and VCL
// will not take care of releasing that with tiled rendering
if (IsTracking())
EndTracking();
}
void ScGridWindow::FakeButtonUp()
......
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