From 864c7609c769570e99c6417278892542accea6f7 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 19 Jul 2017 16:19:15 +0000 Subject: Remove unwanted difference in one Fl_Double_Window constructor between branches 1.3 and 1.4. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12339 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Double_Window.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3