mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-06 17:05:31 +00:00
TOOL_MENU::m_menu was unconditionally created by the TOOL_INTERACTIVE constructor, resulting in crashes if we wanted to run the TOOLs in headless mode, e.g. in unit tests. This commits makes the creation of the menu object dependent on Pgm::IsGui(). |
||
---|---|---|
.. | ||
microwave_footprint.cpp | ||
microwave_inductor.cpp | ||
microwave_polygon.cpp | ||
microwave_tool.cpp | ||
microwave_tool.h |