diff -r 3f2024f30553 -r 9dbb79722fbc dialogs/LDElementDialog.py --- 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)