mirror of
https://github.com/miracle-wm-org/miracle-wm.git
synced 2024-11-23 12:15:59 +03:00
(#123) bugfix: no longer ignoring exclusion zones after a new root node is created
This commit is contained in:
parent
d444334383
commit
6e7207717a
@ -508,6 +508,7 @@ TilingWindowTree::MoveResult TilingWindowTree::handle_move(std::shared_ptr<Node>
|
|||||||
after_root_lane->set_direction(new_layout_direction);
|
after_root_lane->set_direction(new_layout_direction);
|
||||||
after_root_lane->graft_existing(root_lane, 0);
|
after_root_lane->graft_existing(root_lane, 0);
|
||||||
root_lane = after_root_lane;
|
root_lane = after_root_lane;
|
||||||
|
recalculate_root_node_area();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool is_negative = is_negative_direction(direction);
|
bool is_negative = is_negative_direction(direction);
|
||||||
|
Loading…
Reference in New Issue
Block a user