dialogs/FBDVariableDialog.py
changeset 577 9dbb79722fbc
parent 534 d506a353b3d3
child 714 131ea7f237b9
--- a/dialogs/FBDVariableDialog.py	Wed Oct 12 23:47:48 2011 +0200
+++ b/dialogs/FBDVariableDialog.py	Fri Oct 14 19:26:29 2011 +0200
@@ -194,6 +194,7 @@
         self.Class.SetStringSelection(VARIABLE_CLASSES_DICT[INPUT])
 
         self.RefreshNameList()
+        self.Class.SetFocus()
 
     def SetPreviewFont(self, font):
         self.Preview.SetFont(font)