You've already forked lazarus-ccr
jvcllaz: Fix TJvWizard crashing when several RouteMaps are available.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6998 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -249,6 +249,9 @@ var
|
|||||||
S: string;
|
S: string;
|
||||||
LDrawProperties: Cardinal;
|
LDrawProperties: Cardinal;
|
||||||
begin
|
begin
|
||||||
|
if PageIndex = -1 then
|
||||||
|
exit;
|
||||||
|
|
||||||
LRect := ClientRect;
|
LRect := ClientRect;
|
||||||
TotalPageCount := DetectPageCount(ActivePageIndex);
|
TotalPageCount := DetectPageCount(ActivePageIndex);
|
||||||
Canvas.Brush.Color := Color;
|
Canvas.Brush.Color := Color;
|
||||||
|
Reference in New Issue
Block a user