Commit 89acca7d authored by dickelbeck's avatar dickelbeck

delete pad uses PostDirtyRect()

parent 6a3a1085
...@@ -14,6 +14,7 @@ email address. ...@@ -14,6 +14,7 @@ email address.
* Changed to void CreateSortedPadListByXCoord( BOARD* aBoard, std::vector<D_PAD*>* aVector ) * 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 So caller can safely forget to delete the array of pad pointers and the vector's
destructor handles this automatically. destructor handles this automatically.
* Delete pad from within PCBNEW, not module editor, now uses PostDirtyRect()
2008-Mar-14 UPDATE Dick Hollenbeck <dick@softplc.com> 2008-Mar-14 UPDATE Dick Hollenbeck <dick@softplc.com>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment