mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fix for ff hang when tb drag drop message or attachment over tab bar, r=roc, 514148
This commit is contained in:
parent
5c641e6c2b
commit
f69b06aac0
@ -440,6 +440,8 @@ nsDragService::GetNumDropItems(PRUint32 * aNumItems)
|
||||
::GlobalUnlock(stm.hGlobal);
|
||||
::ReleaseStgMedium(&stm);
|
||||
}
|
||||
else
|
||||
*aNumItems = 1;
|
||||
}
|
||||
else
|
||||
*aNumItems = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user