mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 15:26:00 +01:00
fix dynamic reenabling of a monitor
This commit is contained in:
parent
f488ec166d
commit
9991db159c
1 changed files with 1 additions and 1 deletions
|
@ -1265,7 +1265,7 @@ void CConfigManager::performMonitorReload() {
|
|||
|
||||
bool overAgain = false;
|
||||
|
||||
for (auto& m : g_pCompositor->m_vMonitors) {
|
||||
for (auto& m : g_pCompositor->m_vRealMonitors) {
|
||||
auto rule = getMonitorRuleFor(m->szName);
|
||||
if (!g_pHyprRenderer->applyMonitorRule(m.get(), &rule)) {
|
||||
overAgain = true;
|
||||
|
|
Loading…
Reference in a new issue