diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Double_Window.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index 825c78720..8a4e29437 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -32,7 +32,7 @@ Fl_Double_Window::Fl_Double_Window(int W, int H, const char *l) -: Fl_Window(0, 0, W, H, l) +: Fl_Window(W, H, l) { type(FL_DOUBLE_WINDOW); clear_flag(FORCE_POSITION); |
