summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-11-10 21:45:13 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-11-10 21:45:13 +0100
commitb4e7a300c5947107491a41c130f570ed9fb9e2fb (patch)
treeee5648f240cd9af53ac465dba28a374a67999a42 /src
parent9237504b3308e94462fe90fa4595bc603c22f951 (diff)
fix view window resize problem
Diffstat (limited to 'src')
-rw-r--r--src/gipfel.cxx2
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);