Add user-defined severities, exclusions and colors to DRC markers.
Exclusions are currently persisted in the project file. Fixes https://gitlab.com/kicad/code/kicad/issues/1989
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
REPORTER& Report( const wxString& aText, SEVERITY aSeverity = RPT_UNDEFINED ) override
|
||||
REPORTER& Report( const wxString& aText, SEVERITY aSeverity = SEVERITY_UNDEFINED ) override
|
||||
{
|
||||
wxCommandEvent* event = new wxCommandEvent( EVT_SIM_REPORT );
|
||||
event->SetString( aText );
|
||||
|
||||
Reference in New Issue
Block a user