mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 01:20:19 +02:00
* Patch from stephano to fix stuck maximal zoom (bug id #33640)
git-svn-id: trunk@57689 -
This commit is contained in:
parent
735db56c27
commit
db2adaab90
@ -251,7 +251,7 @@ end;
|
||||
|
||||
procedure TFPReportPreviewForm.AZoomOutExecute(Sender: TObject);
|
||||
begin
|
||||
if FCurrentZoom<MaxZoomIndex then
|
||||
if FCurrentZoom>-MaxZoomIndex then
|
||||
CurrentZoom:=CurrentZoom-1;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user