mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 23:39:24 +02:00
* Patch from Pascal Riekenberg to fix bug ID #32472 (when editing page no, page not redrawn correctly).
git-svn-id: trunk@55933 -
This commit is contained in:
parent
f5a9fce989
commit
b21af159d3
@ -237,6 +237,7 @@ begin
|
|||||||
PN:=StrToIntDef(EPage.Text,-1);
|
PN:=StrToIntDef(EPage.Text,-1);
|
||||||
if (PN<1) or (PN>FRender.PageCount) then exit;
|
if (PN<1) or (PN>FRender.PageCount) then exit;
|
||||||
FRender.PageIndex:=PN-1;
|
FRender.PageIndex:=PN-1;
|
||||||
|
PBPreview.Invalidate;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user