flexwintitle: potential for scheme discrepancy between stack and stack2

This commit is contained in:
bakkeby 2020-11-08 17:41:15 +01:00
parent a947f8d667
commit 3e3afde993

View File

@ -267,10 +267,10 @@ flextitlecalculate(
clientsnstack2++;
}
#endif // FLEXTILE_DELUXE_LAYOUT
else if (i % 2)
clientsnstack++;
else
else if ((i - m->nmaster) % 2)
clientsnstack2++;
else
clientsnstack++;
i++;
}