Forgotten change.
This commit is contained in:
parent
9cb27eb85c
commit
790b6b54f5
|
@ -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 );
|
||||||
|
|
Loading…
Reference in New Issue