Re: [Kicad-developers] canvas_type configuration in different subprograms in 5.99?

2021-01-11 Thread Jon Evans
That key is part of the shared configuration class that is inherited by all the specific application configuration classes. Not all the applications actually make use of their own key. For example, the symbol editor will just use the eeschema setting, and the footprint editor just uses the pcbnew

[Kicad-developers] canvas_type configuration in different subprograms in 5.99?

2021-01-11 Thread Eeli Kaikkonen
I quickly tried to set the canvas type to Accelerated on all subprograms. Then when I grep the configuration files I get: gerbview.json:"canvas_type": 1, libedit.json:"canvas_type": 2, pcb_calculator.json:"canvas_type": 2, 3d_viewer.json:"canvas_type": 2, bitmap2component.json: