(svn r18579) -Codechange: Add orientation to scrollbars.

This commit is contained in:
alberth
2009-12-20 20:04:30 +00:00
parent 5f1bb2e882
commit 05c30d294e
2 changed files with 10 additions and 4 deletions

View File

@@ -1190,7 +1190,7 @@ void Window::InitNested(const WindowDesc *desc, WindowNumber window_number)
}
/** Empty constructor, initialization has been moved to #InitNested() called from the constructor of the derived class. */
Window::Window()
Window::Window() : hscroll(false), vscroll(true), vscroll2(true)
{
}