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:
parent
8033db04d3
commit
dac692bec4
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user