[PATCH 2/3] comctl32: Don't start a new ImageList Drag if another one is ongoing.

Michael Stefaniuc mstefani at redhat.de
Mon Oct 6 18:00:46 CDT 2014


---
 dlls/comctl32/imagelist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c
index 3b11e89..c915472 100644
--- a/dlls/comctl32/imagelist.c
+++ b/dlls/comctl32/imagelist.c
@@ -611,7 +611,7 @@ ImageList_BeginDrag (HIMAGELIST himlTrack, INT iTrack,
         return FALSE;
 
     if (InternalDrag.himl)
-        ImageList_EndDrag ();
+        return FALSE;
 
     cx = himlTrack->cx;
     cy = himlTrack->cy;
-- 
1.8.3.1



More information about the wine-patches mailing list