Bugfix: Correctly handle ConfigureRequests for floating windows in multi-monitor setups (Thanks thomasba)
Fixes #519
This commit is contained in:
parent
6b541d382b
commit
b1aa8107b3
|
@ -371,6 +371,7 @@ static int handle_configure_request(xcb_configure_request_event_t *event) {
|
|||
con->rect.height = event->height + (-1) * bsr.height;
|
||||
DLOG("proposed height = %d, new height is %d\n", event->height, con->rect.height);
|
||||
}
|
||||
floating_maybe_reassign_ws(con);
|
||||
tree_render();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue