mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Debugging.
This commit is contained in:
parent
cd48cc4007
commit
be1e79ccd8
@ -177,7 +177,7 @@ private:
|
||||
for( int layer : aLayers )
|
||||
{
|
||||
wxCHECK2_MSG( layer >= 0 && layer < VIEW::VIEW_MAX_LAYERS, continue,
|
||||
wxT( "Invalid layer number" ) );
|
||||
wxString::Format( wxT( "Invalid layer number: %d" ), layer ) );
|
||||
m_layers.push_back( layer );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user