Kaydet (Commit) cfc119c4 authored tarafından Caolán McNamara's avatar Caolán McNamara

silence vcl release mouse warning

Change-Id: I12eb894d88c7b96f92e3d080ac3cf24ff2e025ec
üst 66fedc09
......@@ -4391,7 +4391,8 @@ void SwEditWin::MouseButtonUp(const MouseEvent& rMEvt)
m_rView.GetDrawFuncPtr()->BreakCreate(); // abort drawing
g_bNoInterrupt = false;
ReleaseMouse();
if (IsMouseCaptured())
ReleaseMouse();
return;
}
bool bPopMode = 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