mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 22:01:51 +00:00
comctl32: Don't start a new ImageList Drag if another one is ongoing.
This commit is contained in:
parent
753de28cd5
commit
0a191f85ad
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user