mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-16 04:23:49 -07:00
popups: avoid infinite recursion in bf
This commit is contained in:
@@ -294,6 +294,7 @@ void CPopup::bfHelper(std::vector<CPopup*> nodes, std::function<void(CPopup*, vo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!nodes2.empty())
|
||||||
bfHelper(nodes2, fn, data);
|
bfHelper(nodes2, fn, data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user