mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-24 05:40:40 +00:00
gtk: restore "inherit working directory" behavior
This commit is contained in:
committed by
Mitchell Hashimoto
parent
b60133fd34
commit
290b79ad62
@@ -159,6 +159,7 @@ pub fn newSurface(self: *Tab, parent_: ?*CoreSurface) !*Surface {
|
||||
.parent = .{
|
||||
.tab = self,
|
||||
},
|
||||
.parentSurface = parent_ != null,
|
||||
.gl_area = @ptrCast(gl_area),
|
||||
.title_label = @ptrCast(self.label_text),
|
||||
.font_size = font_size,
|
||||
|
||||
Reference in New Issue
Block a user