monitors: fix vrr breaking monitor disconnect (#8314)
This commit is contained in:
parent
93b4478e70
commit
c4d214c42d
2 changed files with 6 additions and 3 deletions
|
|
@ -334,6 +334,7 @@ void CMonitor::onDisconnect(bool destroy) {
|
|||
activeWorkspace.reset();
|
||||
|
||||
output->state->resetExplicitFences();
|
||||
output->state->setAdaptiveSync(false);
|
||||
output->state->setEnabled(false);
|
||||
|
||||
if (!state.commit())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue