layouts: fix crash on missed relayout updates (#13444)
This commit is contained in:
parent
93aacfc0dc
commit
2928d6af0a
5 changed files with 27 additions and 7 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue