Loading common/painter.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ RENDER_SETTINGS::RENDER_SETTINGS() m_highlightEnabled = false; m_hiContrastEnabled = false; m_hiContrastFactor = 0.2; m_highlightNetcode = -1; m_outlineWidth = 1; m_worksheetLineWidth = 100000; Loading include/tool/context_menu.h +2 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,8 @@ public: ///> Copy constructor CONTEXT_MENU( const CONTEXT_MENU& aMenu ); virtual ~CONTEXT_MENU() {}; /** * Function SetTitle() * Sets title for the context menu. The title is shown as a text label shown on the top of Loading include/wxPcbStruct.h +1 −2 Original line number Diff line number Diff line Loading @@ -117,9 +117,8 @@ protected: bool m_useCmpFileForFpNames; ///< is true, use the .cmp file from CvPcb, else use the netlist // to know the footprint name of components. // Functions that handle the Tool Framework (de)initalization // The Tool Framework initalization void setupTools(); void destroyTools(); // we'll use lower case function names for private member functions. void createPopUpMenuForZones( ZONE_CONTAINER* edge_zone, wxMenu* aPopMenu ); Loading pcbnew/CMakeLists.txt +0 −1 Original line number Diff line number Diff line Loading @@ -264,7 +264,6 @@ set( PCBNEW_CLASS_SRCS tools/edit_tool.cpp tools/pcbnew_control.cpp tools/pcb_editor_control.cpp tools/pcb_tools.cpp tools/placement_tool.cpp tools/common_actions.cpp ) Loading pcbnew/basepcbframe.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,9 @@ PCB_BASE_FRAME::~PCB_BASE_FRAME() { delete m_Collector; delete m_toolManager; delete m_toolDispatcher; delete m_Pcb; delete GetGalCanvas(); } Loading Loading
common/painter.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ RENDER_SETTINGS::RENDER_SETTINGS() m_highlightEnabled = false; m_hiContrastEnabled = false; m_hiContrastFactor = 0.2; m_highlightNetcode = -1; m_outlineWidth = 1; m_worksheetLineWidth = 100000; Loading
include/tool/context_menu.h +2 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,8 @@ public: ///> Copy constructor CONTEXT_MENU( const CONTEXT_MENU& aMenu ); virtual ~CONTEXT_MENU() {}; /** * Function SetTitle() * Sets title for the context menu. The title is shown as a text label shown on the top of Loading
include/wxPcbStruct.h +1 −2 Original line number Diff line number Diff line Loading @@ -117,9 +117,8 @@ protected: bool m_useCmpFileForFpNames; ///< is true, use the .cmp file from CvPcb, else use the netlist // to know the footprint name of components. // Functions that handle the Tool Framework (de)initalization // The Tool Framework initalization void setupTools(); void destroyTools(); // we'll use lower case function names for private member functions. void createPopUpMenuForZones( ZONE_CONTAINER* edge_zone, wxMenu* aPopMenu ); Loading
pcbnew/CMakeLists.txt +0 −1 Original line number Diff line number Diff line Loading @@ -264,7 +264,6 @@ set( PCBNEW_CLASS_SRCS tools/edit_tool.cpp tools/pcbnew_control.cpp tools/pcb_editor_control.cpp tools/pcb_tools.cpp tools/placement_tool.cpp tools/common_actions.cpp ) Loading
pcbnew/basepcbframe.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,9 @@ PCB_BASE_FRAME::~PCB_BASE_FRAME() { delete m_Collector; delete m_toolManager; delete m_toolDispatcher; delete m_Pcb; delete GetGalCanvas(); } Loading