mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-07 08:58:17 +03:00
remove visibilitymanager on dockview destruction
This commit is contained in:
parent
cb0ed85dc2
commit
377a3d4420
@ -104,6 +104,9 @@ DockView::DockView(Plasma::Corona *corona, QScreen *targetScreen)
|
||||
|
||||
DockView::~DockView()
|
||||
{
|
||||
if (m_visibility) {
|
||||
m_visibility->deleteLater();
|
||||
}
|
||||
}
|
||||
|
||||
void DockView::init()
|
||||
|
Loading…
x
Reference in New Issue
Block a user