7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-22 10:35:05 +00:00
kicad/3d-viewer/3d_viewer/tools
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
..
eda_3d_actions.cpp Show friendly name in toolbar button tooltips. 2024-02-23 16:53:33 +01:00
eda_3d_actions.h Remove "Reset View", which does the same as "Home View". 2023-11-19 14:07:50 +00:00
eda_3d_conditions.cpp Flatten a layer of indirection out of 3D config settings. 2021-12-24 13:08:54 +00:00
eda_3d_conditions.h Flatten a layer of indirection out of 3D config settings. 2021-12-24 13:08:54 +00:00
eda_3d_controller.cpp TOOL_INTERACTIVE: only create the context menu when we are running in GUI mode 2024-08-13 22:50:26 +02:00
eda_3d_controller.h ADDED: appearances manager for 3D viewer. 2023-08-14 18:08:36 +01:00