summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-10-04 15:49:24 +0000
committerThomas Benisch <tbe@openoffice.org>2001-10-04 15:49:24 +0000
commit02c04d0f25cb20aecb08b008732dbf13600e8549 (patch)
treefb51c6906e682af17ee9345271d7a28673736922 /basctl
parenta36d24162e497c77c1ca8d60fd6caaeddedb4735 (diff)
#88982# Scrollbar in Observer
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2b.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index 5c6f3ce4ca5d..7853368c5c3d 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: baside2b.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: tbe $ $Date: 2001-09-07 08:35:22 $
+ * last change: $Author: tbe $ $Date: 2001-10-04 16:49:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1362,6 +1362,7 @@ void __EXPORT WatchWindow::Resize()
aBoxSz.Height() = 0;
aTreeListBox.SetSizePixel( aBoxSz );
+ aTreeListBox.GetHScroll()->SetPageSize( aTreeListBox.GetHScroll()->GetVisibleSize() );
Invalidate(); //Wegen DrawLine im Paint...
}