diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-09-10 17:49:06 +0200 |
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-09-10 17:49:06 +0200 |
| commit | d101aa9c782c5460880f774e8e2df6005564d0cd (patch) | |
| tree | 78c546563ca8641e14fae5f6d4bb37728be50583 /src | |
| parent | 35654f62fe19b69225be9bcfc6763f255b411027 (diff) | |
fix sizerel_0_0_2
Diffstat (limited to 'src')
| -rw-r--r-- | src/pnmcurvedit.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pnmcurvedit.cxx b/src/pnmcurvedit.cxx index c04979c..c4918e2 100644 --- a/src/pnmcurvedit.cxx +++ b/src/pnmcurvedit.cxx @@ -67,7 +67,6 @@ main(int argc, char **argv) { Fl_Double_Window window(300, 300, "pnmcurvedit"); ce = new CurveEditor(0, 0, 300, 300); ce->callback(editor_cb, NULL); - window.resizable(ce); window.show(argc, argv); Fl::add_fd(0, FL_READ, stdin_cb); |
