Disable drawing schematic sheet bounding box.

This commit is contained in:
Wayne Stambaugh 2017-08-24 08:20:45 -04:00
parent 33048e709a
commit 17b8342dc0
1 changed files with 1 additions and 1 deletions

View File

@ -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
EDA_RECT boundingBox = GetBoundingBox();
GRRect( aPanel->GetClipBox(), aDC, boundingBox, 0, BROWN );