mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-15 05:34:17 -04:00
opt: fix a minor judgment error
This commit is contained in:
parent
57f28e2880
commit
443809a43d
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ void set_size_per(Monitor *m, Client *c) {
|
|||
wl_list_for_each(fc, &clients, link) {
|
||||
if (VISIBLEON(fc, m) && ISTILED(fc) && fc != c) {
|
||||
if (current_layout->id == CENTER_TILE &&
|
||||
!(fc->isleftstack ^ c->isleftstack))
|
||||
(fc->isleftstack ^ c->isleftstack))
|
||||
continue;
|
||||
c->master_mfact_per = fc->master_mfact_per;
|
||||
c->master_inner_per = fc->master_inner_per;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue