From 52059df866ac9de636776359f962bed6f91864b3 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sun, 9 Apr 2023 02:25:49 -0400 Subject: [PATCH] fix: Initialize fteapot with z-depth 1, i.e., start 2D not 3D --- 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 */