mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 01:06:08 +03:00
apprt/gtk: setFontsize should have error
This commit is contained in:
@ -416,7 +416,7 @@ fn realize(self: *Surface) !void {
|
|||||||
|
|
||||||
// If we have a font size we want, set that now
|
// If we have a font size we want, set that now
|
||||||
if (self.font_size) |size| {
|
if (self.font_size) |size| {
|
||||||
self.core_surface.setFontSize(size);
|
try self.core_surface.setFontSize(size);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the intial color scheme
|
// Set the intial color scheme
|
||||||
|
Reference in New Issue
Block a user