1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-16 22:04:08 +03:00

dont block updating hidden state for drag enter

This commit is contained in:
Michail Vourlakos 2019-07-10 16:33:14 +03:00
parent 8033db04d3
commit dac692bec4

View File

@ -408,7 +408,7 @@ void VisibilityManager::updateGhostWindowState()
&& m_latteView->layout()->name() == m_corona->layoutsManager()->currentLayoutName()));
if (inCurrentLayout) {
m_wm->setEdgeStateFor(m_edgeGhostWindow, m_isHidden && !m_dragEnter);
m_wm->setEdgeStateFor(m_edgeGhostWindow, m_isHidden);
} else {
m_wm->setEdgeStateFor(m_edgeGhostWindow, false);
}