mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
apprt/gtk: fix next split issue
This commit is contained in:
@ -250,7 +250,7 @@ fn directionNext(self: *const Split, from: Side) ?*Surface {
|
|||||||
|
|
||||||
// The previous value is the previous of the side that we are.
|
// The previous value is the previous of the side that we are.
|
||||||
return switch (side) {
|
return switch (side) {
|
||||||
.top_left => parent.directionNext(.bottom_right),
|
.top_left => parent.directionNext(.top_left),
|
||||||
.bottom_right => parent.directionNext(.bottom_right),
|
.bottom_right => parent.directionNext(.bottom_right),
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user