Update Code/Framework/AzQtComponents/AzQtComponents/Components/FancyDocking.cpp

Signed-off-by: Michael Pollind mpollind@gmail.com

Co-authored-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com>
Signed-off-by: Michael Pollind <mpollind@gmail.com>
This commit is contained in:
Michael Pollind
2021-10-20 08:52:35 -07:00
committed by Michael Pollind
parent 9eb7972e74
commit b3c7bf47f2
@@ -2790,7 +2790,7 @@ namespace AzQtComponents
// a docking drag operation (e.g. popup dialog for new level), we
// should cancel our drag operation because the mouse release event
// will be lost since we lost focus
#if !defined(AZ_PLATFORM_LINUX)
#if !defined(Q_OS_LINUX)
if (m_dropZoneState.dragging())
{
clearDraggingState();