Ensure that auto hide widget will be closed if user starts dragging floating widget or docked widget
This commit is contained in:
@@ -418,7 +418,7 @@ struct FloatingDockContainerPrivate
|
||||
DraggingState = StateId;
|
||||
if (DraggingFloatingWidget == DraggingState)
|
||||
{
|
||||
qApp->postEvent(DockManager, new QEvent((QEvent::Type)internal::FloatingWidgetDragStartEvent));
|
||||
qApp->postEvent(_this, new QEvent((QEvent::Type)internal::FloatingWidgetDragStartEvent));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user