mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 08:16:13 +03: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