Remove event filter from dock area as well

This commit is contained in:
Syarif Fakhri 2022-09-14 12:39:18 +08:00
parent 773f186a7f
commit 8e5e974669

View File

@ -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();