mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-20 21:38:15 -04:00
fix: shouldn't exchange tag if in same mon in exchange_two_client
This commit is contained in:
parent
2b68d1b615
commit
8eb0323e03
1 changed files with 1 additions and 1 deletions
|
|
@ -5143,7 +5143,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