mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-11 16:10:10 +00:00
Initialize some members in PCB_EDIT_FRAME.
This commit is contained in:
parent
6858561731
commit
7677c71fdb
@ -207,7 +207,9 @@ PCB_EDIT_FRAME::PCB_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
|
||||
m_inspectClearanceDlg( nullptr ),
|
||||
m_inspectConstraintsDlg( nullptr ),
|
||||
m_footprintDiffDlg( nullptr ),
|
||||
m_importProperties( nullptr )
|
||||
m_boardSetupDlg( nullptr ),
|
||||
m_importProperties( nullptr ),
|
||||
m_eventCounterTimer( nullptr )
|
||||
{
|
||||
m_maximizeByDefault = true;
|
||||
m_showBorderAndTitleBlock = true; // true to display sheet references
|
||||
|
Loading…
Reference in New Issue
Block a user