mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-22 23:43:50 -07:00
oops
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user