mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 16:59:33 +01: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);
 | 
			
		||||
  if (PN<1) or (PN>FRender.PageCount) then exit;
 | 
			
		||||
  FRender.PageIndex:=PN-1;
 | 
			
		||||
  PBPreview.Invalidate;
 | 
			
		||||
end;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user