Skip to content
Snippets Groups Projects
Commit b0488781 authored by Bertrand Bellenot's avatar Bertrand Bellenot
Browse files

Remove an extra kNone in GrabPointer (thanks Timur for reporting it)

git-svn-id: http://root.cern.ch/svn/root/trunk@43606 27541ba8-7e3a-0410-8455-c3a389f83636
parent f8acd91d
Branches
Tags
No related merge requests found
......@@ -311,7 +311,7 @@ void TGedPopup::PlacePopup(Int_t x, Int_t y, UInt_t w, UInt_t h)
gVirtualX->GrabPointer(fId,
kButtonPressMask | kButtonReleaseMask | kPointerMotionMask,
kNone, kNone, fClient->GetResourcePool()->GetGrabCursor());
kNone, fClient->GetResourcePool()->GetGrabCursor());
gClient->WaitForUnmap(this);
EndPopup();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment