fix: Initialize fteapot with z-depth 1, i.e., start 2D not 3D #80
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue