* applied patch from Bernd Kreuss for bug #17081

git-svn-id: trunk@26964 -
This commit is contained in:
andrew 2010-08-01 19:30:36 +00:00
parent c7b5612c6c
commit b441e37b32

View File

@ -17768,7 +17768,7 @@ begin
if FCalcRange > 32767 then
SetPosition(GetRealScrollPosition)
else
SetPosition( FPosition + (Pos - FPosition) * FIncrement );
SetPosition(Pos);
SB_THUMBTRACK:
if Tracking then
if FCalcRange > 32767 then