mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-08 12:18:00 +02:00
hyprerror: clear reserved area on destroy (#13046)
This commit is contained in:
parent
4350f47a33
commit
3461022330
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ void CHyprError::draw() {
|
|||
|
||||
for (auto& m : g_pCompositor->m_monitors) {
|
||||
g_pHyprRenderer->arrangeLayersForMonitor(m->m_id);
|
||||
m->m_reservedArea.resetType(Desktop::RESERVED_DYNAMIC_TYPE_ERROR_BAR);
|
||||
}
|
||||
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue