mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-26 11:05:58 +01:00
oops
This commit is contained in:
parent
69e179816b
commit
3df126c675
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ void CHyprDwindleLayout::applyNodeDataToWindow(SDwindleNodeData* pNode) {
|
||||||
|
|
||||||
SMonitor* PMONITOR = nullptr;
|
SMonitor* PMONITOR = nullptr;
|
||||||
|
|
||||||
if (pNode->workspaceID != SPECIAL_WORKSPACE_ID) {
|
if (pNode->workspaceID == SPECIAL_WORKSPACE_ID) {
|
||||||
for (auto& m : g_pCompositor->m_vMonitors) {
|
for (auto& m : g_pCompositor->m_vMonitors) {
|
||||||
if (m->specialWorkspaceOpen) {
|
if (m->specialWorkspaceOpen) {
|
||||||
PMONITOR = m.get();
|
PMONITOR = m.get();
|
||||||
|
|
Loading…
Reference in a new issue