From 40a3112ff4f5e11c3c12fa26276151c669c595de Mon Sep 17 00:00:00 2001 From: Bertrand Bellenot <Bertrand.Bellenot@cern.ch> Date: Tue, 3 Apr 2012 08:11:16 +0000 Subject: [PATCH] Use the "drag" mouse pointer, like in other popups git-svn-id: http://root.cern.ch/svn/root/trunk@43615 27541ba8-7e3a-0410-8455-c3a389f83636 --- gui/gui/src/TGColorSelect.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/gui/src/TGColorSelect.cxx b/gui/gui/src/TGColorSelect.cxx index 0e9967f07b2..19ba7f84604 100644 --- a/gui/gui/src/TGColorSelect.cxx +++ b/gui/gui/src/TGColorSelect.cxx @@ -271,7 +271,8 @@ void TGColorPopup::PlacePopup(Int_t x, Int_t y, UInt_t w, UInt_t h) MapRaised(); gVirtualX->GrabPointer(fId, kButtonPressMask | kButtonReleaseMask | - kPointerMotionMask, kNone, kNone); + kPointerMotionMask, kNone, + fClient->GetResourcePool()->GetGrabCursor()); fLaunchDialog = kFALSE; -- GitLab