mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-07 17:45:32 +00:00
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_footprintWarningsProvider( nullptr ),
|
||||
m_footprintWarningsTreeModel( nullptr ),
|
||||
m_centerMarkerOnIdle(nullptr),
|
||||
m_centerMarkerOnIdle( nullptr ),
|
||||
m_severities( RPT_SEVERITY_ERROR | RPT_SEVERITY_WARNING )
|
||||
{
|
||||
SetName( DIALOG_DRC_WINDOW_NAME ); // Set a window name to be able to find it
|
||||
|
Loading…
Reference in New Issue
Block a user