kicad/gerbview/tools
Seth Hillbrand 6625d0721e Implement Get/Set display options
The pointer passing for display options is deprecated.  This removes the
excess casting as the EDA_FRAME didn't need the base call with no value.
All requests for display options are now returned const and are updated
with a Set() routine after modification.

In Gerbview, this resolves an issue where the display options were not
stored because it was receiving the NULL from EDA_FRAME.
2019-11-07 08:26:44 -08:00
..
gerbview_actions.cpp
gerbview_actions.h
gerbview_control.cpp Implement Get/Set display options 2019-11-07 08:26:44 -08:00
gerbview_control.h
gerbview_selection.cpp
gerbview_selection.h
gerbview_selection_tool.cpp Implement Get/Set display options 2019-11-07 08:26:44 -08:00
gerbview_selection_tool.h