bugfix: change event to WindowBlocked for FancyDocking

Signed-off-by: Michael Pollind <mpollind@gmail.com>
monroegm-disable-blank-issue-2
Michael Pollind 4 years ago
parent b42f1b022e
commit eddb867ddf

@ -2785,7 +2785,7 @@ namespace AzQtComponents
RepaintFloatingIndicators();
}
break;
case QEvent::UngrabMouse:
case QEvent::WindowBlocked:
// If our main window is deactivated while we are in the middle of
// a docking drag operation (e.g. popup dialog for new level), we
// should cancel our drag operation because the mouse release event

Loading…
Cancel
Save