layouts: fix crash on missed relayout updates (#13444)

This commit is contained in:
Vaxry 2026-02-28 23:06:27 +00:00 committed by GitHub
parent 93aacfc0dc
commit 2928d6af0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 27 additions and 7 deletions

View file

@ -2772,6 +2772,7 @@ void CCompositor::arrangeMonitors() {
}
PROTO::xdgOutput->updateAllOutputs();
Event::bus()->m_events.monitor.layoutChanged.emit();
#ifndef NO_XWAYLAND
const auto box = g_pCompositor->calculateX11WorkArea();