mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-26 18:52:01 +00:00
datastruct: fix split tree debug log rounding
This commit is contained in:
@@ -222,6 +222,12 @@ pub const SplitTree = extern struct {
|
||||
&single_tree,
|
||||
);
|
||||
defer new_tree.deinit();
|
||||
log.debug(
|
||||
"new split at={} direction={} old_tree={} new_tree={}",
|
||||
.{ handle, direction, old_tree, &new_tree },
|
||||
);
|
||||
|
||||
// Replace our tree
|
||||
self.setTree(&new_tree);
|
||||
|
||||
// Focus our new surface
|
||||
|
||||
Reference in New Issue
Block a user