FLTK: Disable manual window resizing

This commit is contained in:
rdanbrook 2021-04-10 12:03:58 -04:00
parent 013c441255
commit 40fe7c5ab4

View file

@ -439,8 +439,6 @@ void makenstwin(const char *name) {
glarea = new NstGlArea(0, MBARHEIGHT, nstwin->w(), nstwin->h() - MBARHEIGHT);
glarea->color(FL_BLACK);
nstwin->resizable(glarea);
nstwin->resizable(nstwin);
nstwin->end();
}