mirror of
https://github.com/libretro/RetroArch
synced 2025-03-06 04:13:52 +00:00
Merge pull request #8079 from CozmoP/dragndrop
Qt: add comment for QTBUG-72844 workaround
This commit is contained in:
commit
4e6659b063
@ -69,6 +69,7 @@ void FileDropWidget::dragEnterEvent(QDragEnterEvent *event)
|
|||||||
event->acceptProposedAction();
|
event->acceptProposedAction();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Workaround for QTBUG-72844. Without it, you can't drop on this if you first drag over another widget that doesn't accept drops. */
|
||||||
void FileDropWidget::dragMoveEvent(QDragMoveEvent *event)
|
void FileDropWidget::dragMoveEvent(QDragMoveEvent *event)
|
||||||
{
|
{
|
||||||
event->acceptProposedAction();
|
event->acceptProposedAction();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user