Fixed crashes related to ratsnest on canvas change.
This commit is contained in:
parent
52640fd5fd
commit
7ae0fba8f1
|
@ -692,6 +692,7 @@ void PCB_EDIT_FRAME::SwitchCanvas( wxCommandEvent& aEvent )
|
|||
switch( id )
|
||||
{
|
||||
case ID_MENU_CANVAS_DEFAULT:
|
||||
Compile_Ratsnest( NULL, true );
|
||||
UseGalCanvas( false );
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue