Disable drawing schematic sheet bounding box.
This commit is contained in:
parent
33048e709a
commit
17b8342dc0
|
@ -668,7 +668,7 @@ void SCH_SHEET::Draw( EDA_DRAW_PANEL* aPanel, wxDC* aDC,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
// Only for testing purposes, draw the component bounding box
|
// Only for testing purposes, draw the component bounding box
|
||||||
EDA_RECT boundingBox = GetBoundingBox();
|
EDA_RECT boundingBox = GetBoundingBox();
|
||||||
GRRect( aPanel->GetClipBox(), aDC, boundingBox, 0, BROWN );
|
GRRect( aPanel->GetClipBox(), aDC, boundingBox, 0, BROWN );
|
||||||
|
|
Loading…
Reference in New Issue