dialogs/LDElementDialog.py
changeset 577 9dbb79722fbc
parent 534 d506a353b3d3
child 714 131ea7f237b9
--- a/dialogs/LDElementDialog.py	Wed Oct 12 23:47:48 2011 +0200
+++ b/dialogs/LDElementDialog.py	Fri Oct 14 19:26:29 2011 +0200
@@ -192,7 +192,8 @@
         elif type == "coil":
             self._init_ctrls(parent, controler, _("Edit Coil Values"), 50)
             self.Element = LD_Coil(self.Preview, COIL_NORMAL, "")
-            
+        
+        self.radioButton1.SetFocus()
     
     def SetPreviewFont(self, font):
         self.Preview.SetFont(font)