Merge pull request #834 from Hummer12007/swapfix
Arrange windows after swapping containers
This commit is contained in:
commit
76e5dffeaa
|
@ -424,6 +424,8 @@ void pointer_mode_update(void) {
|
|||
update_geometry(initial.ptr);
|
||||
// Set focus back to initial view
|
||||
set_focused_container(initial.ptr);
|
||||
// Arrange the windows
|
||||
arrange_windows(&root_container, -1, -1);
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue