mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-22 10:35:05 +00:00
9963b9dd9f
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(). |
||
---|---|---|
.. | ||
eda_3d_actions.cpp | ||
eda_3d_actions.h | ||
eda_3d_conditions.cpp | ||
eda_3d_conditions.h | ||
eda_3d_controller.cpp | ||
eda_3d_controller.h |