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:
wp_xxyyzz
2019-06-03 22:55:30 +00:00
parent 77e6fbbd04
commit 6a7d2e10fa

View File

@ -249,6 +249,9 @@ var
S: string;
LDrawProperties: Cardinal;
begin
if PageIndex = -1 then
exit;
LRect := ClientRect;
TotalPageCount := DetectPageCount(ActivePageIndex);
Canvas.Brush.Color := Color;