From 034ad0a2019ca8f5c26a0262d487d9d0d12212fb Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sun, 9 Apr 2023 06:27:17 +0000 Subject: [PATCH] fix: Initialize fteapot with z-depth 1, i.e., start 2D not 3D (#80) Co-authored-by: Glen Whitney Reviewed-on: https://code.studioinfinity.org/glen/teapot-spreadsheet/pulls/80 --- src/fteapot.fl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fteapot.fl b/src/fteapot.fl index 953b1ce..e628148 100644 --- a/src/fteapot.fl +++ b/src/fteapot.fl @@ -1045,7 +1045,7 @@ Function \#endif Fl::scheme("gtk+"); bool ch = sheet->changed; - resize(sheet, 1, 1, 1, NULL); + resize(sheet, 1, 1, 0, NULL); sheet->changed = ch; new MainWindow(sheet); /* allocate and initialize the palette */