Commit c012554d authored by Maciej Suminski's avatar Maciej Suminski

Starts the GAL by default.

parent 8658d906
...@@ -314,6 +314,9 @@ bool EDA_APP::OnInit() ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment