Merge pull request #13330 from Rexbas/fix-navigation-with-overlays
Gui: Fix navigation with overlays
This commit is contained in:
@@ -1788,7 +1788,7 @@ bool OverlayManager::eventFilter(QObject *o, QEvent *ev)
|
||||
d->interceptEvent(d->_trackingWidget, ev);
|
||||
if(isTreeViewDragging()
|
||||
|| ev->type() == QEvent::MouseButtonRelease
|
||||
|| QApplication::mouseButtons() == Qt::NoButton)
|
||||
&& QApplication::mouseButtons() == Qt::NoButton)
|
||||
{
|
||||
d->_trackingWidget = nullptr;
|
||||
if (d->_trackingOverlay == grabber
|
||||
|
||||
Reference in New Issue
Block a user