s1s0 / toped

Cross platform, open source IC layout editor
http://www.toped.org.uk/
GNU General Public License v2.0
15 stars 8 forks source link

RECOVER_* params out iof sync with the gui #146

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Here is the issue as reported
=> setparams({"RECOVER_POLY","true"});
<= No active database. Create or load one
=> setparams({"RECOVER_WIRE","true"});
<= No active database. Create or load one
But the radio buttons both shows now "Recover" as selected. 

Consequently its not possible to set "Invalid Input Objects" to
"Recover" _before_ loading a database and the dialog remains not in line
with the internal settings.

Original issue reported on code.google.com by krustev....@gmail.com on 6 Jun 2012 at 11:48