Drag & Drop: Eat the DragMove event as soon as the Drop event has an event handler.
[GB.QT4] * BUG: Drag & Drop: Eat the DragMove event as soon as the Drop event has an event handler. [GB.QT5] * BUG: Drag & Drop: Eat the DragMove event as soon as the Drop event has an event handler.
This commit is contained in:
parent
21d9bd178e
commit
077c798f89
1 changed files with 3 additions and 0 deletions
|
@ -3191,6 +3191,9 @@ bool CWidget::eventFilter(QObject *widget, QEvent *event)
|
|||
break;
|
||||
}
|
||||
|
||||
if (GB.CanRaise(control, EVENT_Drop))
|
||||
return true;
|
||||
|
||||
goto __NEXT;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue