summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/window/builder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index abe6e277bf51..c7ee09e31bff 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -547,7 +547,7 @@ public:
VclScrolledWindow(Window *pParent)
: Window(WINDOW_SCROLLWINDOW)
{
- ImplInit(pParent, WB_HIDE, NULL);
+ ImplInit(pParent, WB_HIDE | WB_AUTOHSCROLL | WB_AUTOVSCROLL, NULL);
}
};