mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 14:49:18 +02:00
+ Fixed GotoBookMark (as suggested by Americo Luiz)
This commit is contained in:
parent
1917301b40
commit
770d47dbad
@ -1312,7 +1312,6 @@ begin
|
|||||||
CheckBrowseMode;
|
CheckBrowseMode;
|
||||||
DoBeforeScroll;
|
DoBeforeScroll;
|
||||||
InternalGotoBookMark(ABookMark);
|
InternalGotoBookMark(ABookMark);
|
||||||
SetCurrentRecord(FActiverecord);
|
|
||||||
Resync([rmExact,rmCenter]);
|
Resync([rmExact,rmCenter]);
|
||||||
DoAfterScroll;
|
DoAfterScroll;
|
||||||
end;
|
end;
|
||||||
@ -1726,7 +1725,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.25 2004-10-10 14:25:21 michael
|
Revision 1.26 2004-10-16 09:27:23 michael
|
||||||
|
+ Fixed GotoBookMark (as suggested by Americo Luiz)
|
||||||
|
|
||||||
|
Revision 1.25 2004/10/10 14:25:21 michael
|
||||||
+ Small fix for close so it does not check browsemode
|
+ Small fix for close so it does not check browsemode
|
||||||
|
|
||||||
Revision 1.24 2004/09/26 16:55:24 michael
|
Revision 1.24 2004/09/26 16:55:24 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user