diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c index c34eb0a984a..a7301d1db7c 100644 --- a/dlls/comctl32/imagelist.c +++ b/dlls/comctl32/imagelist.c @@ -930,11 +930,7 @@ ImageList_DragEnter (HWND hwndLock, INT x, INT y) InternalDrag.y = y; /* draw the drag image and save the background */ - if (!ImageList_DragShowNolock(TRUE)) { - return FALSE; - } - - return TRUE; + return ImageList_DragShowNolock(TRUE); }