apprt/gtk: setFontsize should have error

This commit is contained in:
Mitchell Hashimoto
2024-04-06 19:36:59 -07:00
parent 3afeac99e9
commit 84f30a6064

View File

@ -416,7 +416,7 @@ fn realize(self: *Surface) !void {
// If we have a font size we want, set that now
if (self.font_size) |size| {
self.core_surface.setFontSize(size);
try self.core_surface.setFontSize(size);
}
// Set the intial color scheme