You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a window is warped in a cardinal direction it should set the window placement (first_child, second_child) according to the direction it came from, to make the movement more natural.
Current behaviour:
+---------+ +---------+
| | | | | |
| | b | warp west | a | |
| a |----| b --> a |----| c |
| | c | | b | |
| | | | | |
+---------+ +---------+
The more natural result would be:
+---------+ +---------+
| | | | | |
| | b | warp west | b | |
| a |----| b --> a |----| c |
| | c | | a | |
| | | | | |
+---------+ +---------+
Same thing here:
+---------+ +---------+
| | | | |
| a | warp north | a | b |
|----|----| b --> a |----|----|
| b | c | | c |
| | | | |
+---------+ +---------+
The more natural result would be:
+---------+ +---------+
| | | | |
| a | warp north | b | a |
|----|----| b --> a |----|----|
| b | c | | c |
| | | | |
+---------+ +---------+
The text was updated successfully, but these errors were encountered:
When a window is warped in a cardinal direction it should set the window placement (first_child, second_child) according to the direction it came from, to make the movement more natural.
Current behaviour:
The more natural result would be:
Same thing here:
The more natural result would be:
The text was updated successfully, but these errors were encountered: