From 943a1cf5fc0ac5f2245dbb6b801409d944fbe16a Mon Sep 17 00:00:00 2001 From: Stephan Schäfer Date: Tue, 17 Sep 2002 08:43:17 +0000 Subject: #103358# no UI mirroring for horz scrollbars --- sc/source/ui/view/tabview5.cxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/view/tabview5.cxx') diff --git a/sc/source/ui/view/tabview5.cxx b/sc/source/ui/view/tabview5.cxx index d220001aee2b..5144229e782b 100644 --- a/sc/source/ui/view/tabview5.cxx +++ b/sc/source/ui/view/tabview5.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tabview5.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: ssa $ $Date: 2002-07-19 15:47:15 $ + * last change: $Author: ssa $ $Date: 2002-09-17 09:43:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -145,6 +145,11 @@ void __EXPORT ScTabView::Init() InitScrollBar( aVScrollTop, MAXROW+1 ); InitScrollBar( aVScrollBottom, MAXROW+1 ); + // SSA: --- RTL --- no mirroring for horizontal scrollbars, otherwise + // scroll direction will be wrong + aHScrollLeft.EnableRTL ( FALSE ); + aHScrollRight.EnableRTL ( FALSE ); + // Hier noch nichts anzeigen (Show), weil noch falsch angeordnet ist // Show kommt dann aus UpdateShow beim ersten Resize // pTabControl, pGridWin, aHScrollLeft, aVScrollBottom, -- cgit