mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-24 05:22:06 +08:00
Remove event filter from dock area as well
This commit is contained in:
parent
773f186a7f
commit
8e5e974669
@ -311,6 +311,7 @@ void COverlayDockContainer::cleanupAndDelete()
|
||||
}
|
||||
|
||||
// Remove event filter in case there are any queued messages
|
||||
d->DockArea->removeEventFilter(this);
|
||||
parent()->removeEventFilter(this);
|
||||
|
||||
hide();
|
||||
|
Loading…
Reference in New Issue
Block a user