Cvpcb: Fix a compil issue.

This commit is contained in:
jean-pierre charras 2021-04-09 08:34:33 +02:00
parent 7dd6a182f2
commit 8d0191151d
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ void DISPLAY_FOOTPRINTS_FRAME::InitDisplay()
UpdateStatusBar();
GetCanvas()->Refresh();
Update3DView( true );
Update3DView( true, true );
}