mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-13 08:40:26 +08:00
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:
parent
3cd6d766f8
commit
6444e7424f
@ -42,7 +42,7 @@ struct DockFocusControllerPrivate
|
|||||||
CDockFocusController *_this;
|
CDockFocusController *_this;
|
||||||
QPointer<CDockWidget> FocusedDockWidget = nullptr;
|
QPointer<CDockWidget> FocusedDockWidget = nullptr;
|
||||||
QPointer<CDockAreaWidget> FocusedArea = nullptr;
|
QPointer<CDockAreaWidget> FocusedArea = nullptr;
|
||||||
CDockWidget* OldFocusedDockWidget = nullptr;
|
QPointer<CDockWidget> OldFocusedDockWidget = nullptr;
|
||||||
#ifdef Q_OS_LINUX
|
#ifdef Q_OS_LINUX
|
||||||
QPointer<CFloatingDockContainer> FloatingWidget = nullptr;
|
QPointer<CFloatingDockContainer> FloatingWidget = nullptr;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user