mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-26 21:37:31 -04:00
fix: shouldn't exchange tag if in same mon in exchange_two_client
This commit is contained in:
parent
c55787ee4e
commit
0c4139e408
1 changed files with 1 additions and 1 deletions
|
|
@ -5142,7 +5142,7 @@ exchange_common:
|
|||
tmp2_next->prev = &c1->link;
|
||||
}
|
||||
|
||||
if (config.exchange_cross_monitor) {
|
||||
if (config.exchange_cross_monitor && c1->mon != c2->mon) {
|
||||
DwindleNode **c1_root = &m1->pertag->dwindle_root[m1->pertag->curtag];
|
||||
DwindleNode *c1node = dwindle_find_leaf(*c1_root, c1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue