diff options
-rw-r--r-- | svtools/source/contnr/svimpbox.cxx | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx index e0e7afc817bf..4a5418d94646 100644 --- a/svtools/source/contnr/svimpbox.cxx +++ b/svtools/source/contnr/svimpbox.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svimpbox.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: fs $ $Date: 2002-07-19 13:25:51 $ + * last change: $Author: fs $ $Date: 2002-09-05 12:00:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1756,12 +1756,10 @@ void SvImpLBox::EntryMoved( SvLBoxEntry* pEntry ) USHORT nFirstPos = (USHORT)pTree->GetAbsPos( pStartEntry ); USHORT nNewPos = (USHORT)pTree->GetAbsPos( pEntry ); FindMostRight(0); - if( nNewPos < nFirstPos ) - { - //!!!Notloesung + if( nNewPos < nFirstPos ) //!!!Notloesung pStartEntry = pEntry; - SyncVerThumb(); - } + // #97702# --------------- + SyncVerThumb(); if( pEntry == pCursor ) { if( pView->IsEntryVisible( pCursor ) ) |