Fix formatting
This commit is contained in:
parent
961c127ebe
commit
e9030283cc
|
@ -60,7 +60,7 @@ DIALOG_DRC::DIALOG_DRC( PCB_EDIT_FRAME* aEditorFrame, wxWindow* aParent ) :
|
||||||
m_unconnectedTreeModel( nullptr ),
|
m_unconnectedTreeModel( nullptr ),
|
||||||
m_footprintWarningsProvider( nullptr ),
|
m_footprintWarningsProvider( nullptr ),
|
||||||
m_footprintWarningsTreeModel( nullptr ),
|
m_footprintWarningsTreeModel( nullptr ),
|
||||||
m_centerMarkerOnIdle(nullptr),
|
m_centerMarkerOnIdle( nullptr ),
|
||||||
m_severities( RPT_SEVERITY_ERROR | RPT_SEVERITY_WARNING )
|
m_severities( RPT_SEVERITY_ERROR | RPT_SEVERITY_WARNING )
|
||||||
{
|
{
|
||||||
SetName( DIALOG_DRC_WINDOW_NAME ); // Set a window name to be able to find it
|
SetName( DIALOG_DRC_WINDOW_NAME ); // Set a window name to be able to find it
|
||||||
|
|
Loading…
Reference in New Issue