gtk: restore "inherit working directory" behavior

This commit is contained in:
Thorsten Ball
2023-11-01 08:18:01 +01:00
committed by Mitchell Hashimoto
parent b60133fd34
commit 290b79ad62

View File

@ -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,