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

oldstable
Michael Stefaniuc 2014-10-07 01:00:46 +02:00 committed by Alexandre Julliard
parent 753de28cd5
commit 0a191f85ad
1 changed files with 1 additions and 1 deletions

View File

@ -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;