BOARD_COMMIT: allow to make PCB-editor specific commits outside the actual pcbnew

Useful for testing pcbnew's tools without building the actual pcbnew.
This commit is contained in:
Tomasz Wlostowski
2024-08-13 22:50:26 +02:00
parent c3b57f9f02
commit 048bbcb02b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ BOARD_COMMIT::BOARD_COMMIT( EDA_DRAW_FRAME* aFrame ) :
BOARD_COMMIT::BOARD_COMMIT( TOOL_MANAGER* aMgr ) :
m_toolMgr( aMgr ),
m_toolMgr( aMgr ),
m_isBoardEditor( false ),
m_isFootprintEditor( false )
{