Revert "Transfer sticky nodes in move_client"

This is unnecessary since we're transferring to the active desktop of
the destination monitor.

So #1098 should in fact be fixed by 5df311b12c.
This commit is contained in:
Bastien Dejean 2020-07-26 20:42:21 +02:00
parent 6d6ac15217
commit c6d4e6e570

View file

@ -534,9 +534,7 @@ bool move_client(coordinates_t *loc, int dx, int dy)
return true;
}
sticky_still = false;
transfer_node(loc->monitor, loc->desktop, n, pm, pm->desk, pm->desk->focus, true);
sticky_still = true;
loc->monitor = pm;
loc->desktop = pm->desk;