fix: Initialize fteapot with z-depth 1, i.e., start 2D not 3D (#80)
Co-authored-by: Glen Whitney <glen@studioinfinity.org> Reviewed-on: #80
This commit is contained in:
parent
0ca9d0176b
commit
034ad0a201
@ -1045,7 +1045,7 @@ Function
|
|||||||
\#endif
|
\#endif
|
||||||
Fl::scheme("gtk+");
|
Fl::scheme("gtk+");
|
||||||
bool ch = sheet->changed;
|
bool ch = sheet->changed;
|
||||||
resize(sheet, 1, 1, 1, NULL);
|
resize(sheet, 1, 1, 0, NULL);
|
||||||
sheet->changed = ch;
|
sheet->changed = ch;
|
||||||
new MainWindow(sheet);
|
new MainWindow(sheet);
|
||||||
/* allocate and initialize the palette */
|
/* allocate and initialize the palette */
|
||||||
|
Loading…
Reference in New Issue
Block a user