Use dirty rectangle when deleting a footprint

This commit is contained in:
charras
2008-03-13 10:08:42 +00:00
parent c5b42440a3
commit 8bfdd0407c
3 changed files with 28 additions and 9 deletions
+11
View File
@@ -1039,6 +1039,17 @@ void MODULE::SetRectangleExinscrit()
}
/**
* Function GetBoundingBox
* returns the bounding box of this Footprint
*/
EDA_Rect MODULE::GetBoundingBox()
{
SetRectangleExinscrit();
return m_RealBoundaryBox;
}
/*******************************************************/
void MODULE::Display_Infos( WinEDA_DrawFrame* frame )
/*******************************************************/