7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-06 17:05:31 +00:00
kicad/pcbnew/microwave
Tomasz Wlostowski 9963b9dd9f TOOL_INTERACTIVE: only create the context menu when we are running in GUI mode
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().
2024-08-13 22:50:26 +02:00
..
microwave_footprint.cpp REMOVED new footprint dialog. 2024-05-31 10:36:51 +01:00
microwave_inductor.cpp Cleanup geometry functions 2024-05-31 12:26:37 -07:00
microwave_polygon.cpp Cleanup. 2023-11-25 13:12:45 +00:00
microwave_tool.cpp TOOL_INTERACTIVE: only create the context menu when we are running in GUI mode 2024-08-13 22:50:26 +02:00
microwave_tool.h Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00