hyprerror: clear reserved area on destroy (#13046)

This commit is contained in:
Luke Barkess 2026-01-21 13:57:36 +00:00 committed by GitHub
parent c44292c723
commit 57e6a57e6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -192,6 +192,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;