dialogs/FBDVariableDialog.py
changeset 1744 69dfdb26f600
parent 1740 b789b695b5c6
child 1745 f9d32913bad4
equal deleted inserted replaced
1743:c3c3d1318130 1744:69dfdb26f600
   288         self.Element = FBD_Variable(self.Preview,
   288         self.Element = FBD_Variable(self.Preview,
   289                     VARIABLE_CLASSES_DICT_REVERSE[
   289                     VARIABLE_CLASSES_DICT_REVERSE[
   290                         self.Class.GetStringSelection()],
   290                         self.Class.GetStringSelection()],
   291                     name,
   291                     name,
   292                     self.VariableList.get(name, ("", ""))[1],
   292                     self.VariableList.get(name, ("", ""))[1],
   293                     executionOrder = self.ExecutionOrder.GetValue())
   293                     executionOrder=self.ExecutionOrder.GetValue())
   294 
   294 
   295         # Call BlockPreviewDialog function
   295         # Call BlockPreviewDialog function
   296         BlockPreviewDialog.RefreshPreview(self)
   296         BlockPreviewDialog.RefreshPreview(self)