kicad/common/legacy_wx
John Beard ab2281d26f GAL opts: move config reading into GAL_DISPLAY_OPTIONS
Move repeated GAL config reading routines into GAL_DISPLAY_OPTIONS.
THe app-level config is in here already, do the same for the
common config.

This means that the configs are loaded consistently, which fixes
the symbol-chooser preview window, which previously didn't use the
same config routine as other GAL canvases.

Future work could move these functions to free functions that
act on the public interface of GAL_DISPLAY_OPTIONS to avoid
GAL_DISPLAY_OPTIONS having to know about wxConfig and wxWindow.

Fixes: lp:1824524
* https://bugs.launchpad.net/kicad/+bug/1824524
2019-04-12 16:08:11 +01:00
..
block.cpp Fix a few coverity errors 2019-02-16 14:09:21 +01:00
eda_draw_frame.cpp GAL opts: move config reading into GAL_DISPLAY_OPTIONS 2019-04-12 16:08:11 +01:00
eda_draw_panel.cpp Fix incorrect #ifdef definition 2019-01-16 17:39:47 +01:00
other.cpp Remove dead code from removal of eeschema legacy canvas. 2019-04-05 15:54:31 +01:00