mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-10 05:34:05 -04:00
opt: fix a minor judgment error
This commit is contained in:
parent
31284b4b5d
commit
cfe492fbc4
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