mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 20:09:10 +02:00
* applied patch from Bernd Kreuss for bug #17081
git-svn-id: trunk@26964 -
This commit is contained in:
parent
c7b5612c6c
commit
b441e37b32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user