hyprerror: clear reserved area on destroy (#13046)

This commit is contained in:
Luke Barkess 2026-01-21 13:57:36 +00:00 committed by Vaxry
parent 4350f47a33
commit 3461022330
Signed by: vaxry
GPG key ID: 665806380871D640

View file

@ -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;