mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-15 21:44:45 -04:00
fix drop in center area
This commit is contained in:
parent
b7581392c4
commit
4fffa2f03e
1 changed files with 1 additions and 1 deletions
|
|
@ -2201,8 +2201,8 @@ void place_drag_tile_client(Client *c) {
|
||||||
closest->mon->pertag->ltidxs[closest->mon->pertag->curtag];
|
closest->mon->pertag->ltidxs[closest->mon->pertag->curtag];
|
||||||
|
|
||||||
if (closest->drop_direction == UNDIR) {
|
if (closest->drop_direction == UNDIR) {
|
||||||
exchange_two_client(c, closest);
|
|
||||||
setfloating(c, 0);
|
setfloating(c, 0);
|
||||||
|
exchange_two_client(c, closest);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue