summaryrefslogtreecommitdiff
path: root/src/Fl_Double_Window.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-07-19 16:19:15 +0000
committerManolo Gouy <Manolo>2017-07-19 16:19:15 +0000
commit864c7609c769570e99c6417278892542accea6f7 (patch)
tree0617584d51659d9926c4a942c9ecff06a2101f8f /src/Fl_Double_Window.cxx
parent9d10d08ed0908a3295a6653c48b3e31a3f63fd6f (diff)
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
Diffstat (limited to 'src/Fl_Double_Window.cxx')
-rw-r--r--src/Fl_Double_Window.cxx2
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);