Bug with setting name of function block while opening new Dialog
authorlbessard
Wed, 17 Sep 2008 14:26:01 +0200
changeset 272 3a9db28bc6b5
parent 271 4405cd3abbdb
child 273 5b18d98aa4f9
Bug with setting name of function block while opening new Dialog
Increasing number of pins allowed for power rail
Viewer.py
--- a/Viewer.py	Wed Sep 17 07:35:19 2008 +0200
+++ b/Viewer.py	Wed Sep 17 14:26:01 2008 +0200
@@ -1883,6 +1883,7 @@
                       "inputs" : block.GetInputTypes(), 
                       "executionControl" : block.GetExecutionControl(), 
                       "executionOrder" : block.GetExecutionOrder()}
+        print old_values
         dialog.SetValues(old_values)
         if dialog.ShowModal() == wx.ID_OK:
             new_values = dialog.GetValues()