delete pad uses PostDirtyRect()

This commit is contained in:
dickelbeck 2008-03-18 04:06:37 +00:00
parent 6a3a1085ac
commit 89acca7daf
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ email address.
* Changed to void CreateSortedPadListByXCoord( BOARD* aBoard, std::vector<D_PAD*>* aVector )
So caller can safely forget to delete the array of pad pointers and the vector's
destructor handles this automatically.
* Delete pad from within PCBNEW, not module editor, now uses PostDirtyRect()
2008-Mar-14 UPDATE Dick Hollenbeck <dick@softplc.com>