Kaydet (Commit) 502be5d9 authored tarafından Caolán McNamara's avatar Caolán McNamara

default ScrolledWindow to autoscroll

Change-Id: I5297e4b9480066000bf6d72e54a5d8117528b90c
üst b57f9781
...@@ -547,7 +547,7 @@ public: ...@@ -547,7 +547,7 @@ public:
VclScrolledWindow(Window *pParent) VclScrolledWindow(Window *pParent)
: Window(WINDOW_SCROLLWINDOW) : Window(WINDOW_SCROLLWINDOW)
{ {
ImplInit(pParent, WB_HIDE, NULL); ImplInit(pParent, WB_HIDE | WB_AUTOHSCROLL | WB_AUTOVSCROLL, NULL);
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment