fix: DockFocusController doesn't pick up on previous dock deletion outside of view (#453)

Co-authored-by: Pierre Caissial <pierre.caissial@vivoka.com>
This commit is contained in:
Chnossos 2022-10-19 20:39:19 +02:00 committed by GitHub
parent 3cd6d766f8
commit 6444e7424f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ struct DockFocusControllerPrivate
CDockFocusController *_this;
QPointer<CDockWidget> FocusedDockWidget = nullptr;
QPointer<CDockAreaWidget> FocusedArea = nullptr;
CDockWidget* OldFocusedDockWidget = nullptr;
QPointer<CDockWidget> OldFocusedDockWidget = nullptr;
#ifdef Q_OS_LINUX
QPointer<CFloatingDockContainer> FloatingWidget = nullptr;
#endif