diff --git a/eeschema/sch_field.cpp b/eeschema/sch_field.cpp index e8ecd1da84..6cf5030d67 100644 --- a/eeschema/sch_field.cpp +++ b/eeschema/sch_field.cpp @@ -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 * the bounding box calculations. */ -#if 1 +#if 0 // Draw boundary box: GRRect( &panel->m_ClipBox, DC, boundaryBox, 0, BROWN );