From 3680f3b35afd65a936ce4c603d5460ced8df1ef0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 18 Jun 2013 21:59:34 +0300 Subject: dont show resize cursor if item is dragging. --- src/gui/widgets/window.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/gui/widgets/window.cpp b/src/gui/widgets/window.cpp index 64b16b19a..4e921a287 100644 --- a/src/gui/widgets/window.cpp +++ b/src/gui/widgets/window.cpp @@ -24,6 +24,7 @@ #include "client.h" #include "configuration.h" +#include "dragdrop.h" #include "graphicsvertexes.h" #include "soundmanager.h" @@ -690,6 +691,9 @@ void Window::updateResizeHandler(gcn::MouseEvent &event) if (!gui) return; + if (!dragDrop.isEmpty()) + return; + mResizeHandles = getResizeHandles(event); // Changes the custom mouse cursor based on it's current position. -- cgit v1.2.3-70-g09d2