Commit 0a191f85 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

comctl32: Don't start a new ImageList Drag if another one is ongoing.

parent 753de28c
......@@ -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;
......
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