fix very minor bugs.

This commit is contained in:
jean-pierre charras
2011-03-03 20:08:13 +01:00
parent 9e0e43e4c1
commit 098a20a0d8
36 changed files with 1546 additions and 1009 deletions
+1 -1
View File
@@ -755,7 +755,7 @@ void MODULE::SetRectangleExinscrit()
*/
EDA_Rect MODULE::GetBoundingBox() const
{
EDA_Rect area = GetFootPrintRect();;
EDA_Rect area = GetFootPrintRect();
// Calculate extended area including text field:
EDA_Rect text_area;