mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-25 16:25:58 +01:00
parent
f7a3453487
commit
bc3f5b94eb
1 changed files with 1 additions and 1 deletions
|
@ -2182,7 +2182,7 @@ void CCompositor::moveWorkspaceToMonitor(CWorkspace* pWorkspace, CMonitor* pMoni
|
||||||
|
|
||||||
// fix old mon
|
// fix old mon
|
||||||
int nextWorkspaceOnMonitorID = -1;
|
int nextWorkspaceOnMonitorID = -1;
|
||||||
if (!SWITCHINGISACTIVE)
|
if (!SWITCHINGISACTIVE || !POLDMON)
|
||||||
nextWorkspaceOnMonitorID = pWorkspace->m_iID;
|
nextWorkspaceOnMonitorID = pWorkspace->m_iID;
|
||||||
else {
|
else {
|
||||||
for (auto& w : m_vWorkspaces) {
|
for (auto& w : m_vWorkspaces) {
|
||||||
|
|
Loading…
Reference in a new issue