Open GoogleCodeExporter opened 9 years ago
I stepped through the code for the "SCH_MaskPCB" function.
The form is presented and I select the desired PcbDoc.
Then the "UpdateOther" function is called.
It gets to the following lines...
Blanket := BlanketIterator.FirstSchObject;
While (Blanket <> nil) do
The value for Blanket is always Nil for each Document, so nothing happens.
Original comment by rcd...@gmail.com
on 29 Oct 2013 at 4:46
Original issue reported on code.google.com by
rcd...@gmail.com
on 29 Oct 2013 at 3:52