core/window: fix screen assignments being completely broken

This commit is contained in:
outfoxxed 2025-01-22 20:13:29 -08:00
parent b73eff0e47
commit c6791cf1f2
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 26 additions and 27 deletions

View file

@ -90,8 +90,8 @@ void WlrLayershell::setHeight(qint32 height) {
}
void WlrLayershell::setScreen(QuickshellScreenInfo* screen) {
this->ProxyWindowBase::setScreen(screen);
this->ext->setUseWindowScreen(screen != nullptr);
this->ProxyWindowBase::setScreen(screen);
}
// NOLINTBEGIN