* 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:
michael 2017-09-27 11:45:14 +00:00
parent f5a9fce989
commit b21af159d3

View File

@ -237,6 +237,7 @@ begin
PN:=StrToIntDef(EPage.Text,-1);
if (PN<1) or (PN>FRender.PageCount) then exit;
FRender.PageIndex:=PN-1;
PBPreview.Invalidate;
end;