1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-27 14:50:21 +03:00

fix #344, edit mode still active when I change the session

This commit is contained in:
audoban 2017-04-02 00:24:28 -05:00
parent 4c412c4e71
commit b75c83dece

View File

@ -139,6 +139,9 @@ DockView::~DockView()
//! windows.
//! this->disconnect();
if (m_configView)
m_configView->hide();
if (m_visibility)
delete m_visibility;
}