diff options
Diffstat (limited to 'sway/input')
-rw-r--r-- | sway/input/seatop_move_tiling.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/input/seatop_move_tiling.c b/sway/input/seatop_move_tiling.c index e1506175..4201ae37 100644 --- a/sway/input/seatop_move_tiling.c +++ b/sway/input/seatop_move_tiling.c @@ -291,6 +291,8 @@ static void handle_button(struct sway_seat *seat, uint32_t time_msec, siblings->items[1] : siblings->items[index - 1]; con->width = sibling->width; con->height = sibling->height; + con->width_fraction = sibling->width_fraction; + con->height_fraction = sibling->height_fraction; } arrange_workspace(old_ws); |