Forgotten change.

This commit is contained in:
jean-pierre charras 2011-11-12 10:58:20 +01:00
parent 9cb27eb85c
commit 790b6b54f5
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ void SCH_FIELD::Draw( EDA_DRAW_PANEL* panel, wxDC* DC,
/* Enable this to draw the bounding box around the text field to validate /* Enable this to draw the bounding box around the text field to validate
* the bounding box calculations. * the bounding box calculations.
*/ */
#if 1 #if 0
// Draw boundary box: // Draw boundary box:
GRRect( &panel->m_ClipBox, DC, boundaryBox, 0, BROWN ); GRRect( &panel->m_ClipBox, DC, boundaryBox, 0, BROWN );