Starts the GAL by default.

This commit is contained in:
Maciej Suminski 2013-09-06 17:06:33 +02:00
parent 8658d90663
commit c012554daa
1 changed files with 3 additions and 0 deletions

View File

@ -314,6 +314,9 @@ bool EDA_APP::OnInit()
frame->SetFocus();
frame->GetCanvas()->SetFocus();
// Activate the GAL
frame->UseGalCanvas( true );
return true;
}