diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gipfel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx index c92063b..e1a12d1 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -353,7 +353,7 @@ int main(int argc, char** argv) { // The Fl_Group is used to avoid FL_DAMAGE_ALL in Fl_Scroll::position Fl_Group *g = new Fl_Group(0, 0, view_win->w(), view_win->h()); - + view_win->resizable(g); scroll = new Fl_Scroll(0, 0, view_win->w(), view_win->h()); gipf = new GipfelWidget(0,0,800,600); |