Starts the GAL by default.
This commit is contained in:
parent
8658d90663
commit
c012554daa
|
@ -314,6 +314,9 @@ bool EDA_APP::OnInit()
|
||||||
frame->SetFocus();
|
frame->SetFocus();
|
||||||
frame->GetCanvas()->SetFocus();
|
frame->GetCanvas()->SetFocus();
|
||||||
|
|
||||||
|
// Activate the GAL
|
||||||
|
frame->UseGalCanvas( true );
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue