hyprerror: clear reserved area on destroy (#13046)
This commit is contained in:
parent
c44292c723
commit
57e6a57e6b
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ void CHyprError::draw() {
|
||||||
|
|
||||||
for (auto& m : g_pCompositor->m_monitors) {
|
for (auto& m : g_pCompositor->m_monitors) {
|
||||||
g_pHyprRenderer->arrangeLayersForMonitor(m->m_id);
|
g_pHyprRenderer->arrangeLayersForMonitor(m->m_id);
|
||||||
|
m->m_reservedArea.resetType(Desktop::RESERVED_DYNAMIC_TYPE_ERROR_BAR);
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue