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

silence mouse release warning

Change-Id: Idce7f28d642f6dc23f16e3c963d0ed42782ed14a
üst ca66b8c0
......@@ -570,7 +570,8 @@ bool FuSelection::MouseButtonUp(const MouseEvent& rMEvt)
ForcePointer(&rMEvt);
pWindow->ReleaseMouse();
if (pWindow->IsMouseCaptured())
pWindow->ReleaseMouse();
// Command-Handler fuer Kontext-Menue kommt erst nach MouseButtonUp,
// darum hier die harte IsLeft-Abfrage
......
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