From b4e7a300c5947107491a41c130f570ed9fb9e2fb Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 10 Nov 2005 21:45:13 +0100 Subject: fix view window resize problem --- src/gipfel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3