mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 11:39:09 +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
|
if FCalcRange > 32767 then
|
||||||
SetPosition(GetRealScrollPosition)
|
SetPosition(GetRealScrollPosition)
|
||||||
else
|
else
|
||||||
SetPosition( FPosition + (Pos - FPosition) * FIncrement );
|
SetPosition(Pos);
|
||||||
SB_THUMBTRACK:
|
SB_THUMBTRACK:
|
||||||
if Tracking then
|
if Tracking then
|
||||||
if FCalcRange > 32767 then
|
if FCalcRange > 32767 then
|
||||||
|
Loading…
Reference in New Issue
Block a user