# HG changeset patch # User lbessard # Date 1221058011 -7200 # Node ID 4f102c996fa3071adcfb41c244b7e6131ceee2af # Parent 23aad5ae0dc18d803de59afe3f1417af77136275 Bug with location drag&drop fixed diff -r 23aad5ae0dc1 -r 4f102c996fa3 PLCOpenEditor.py --- a/PLCOpenEditor.py Wed Sep 10 16:46:22 2008 +0200 +++ b/PLCOpenEditor.py Wed Sep 10 16:46:51 2008 +0200 @@ -3732,7 +3732,7 @@ if values is not None and values[1] == "location": location = values[0] variable_type = self.ParentWindow.Table.GetValueByName(row, "Type") - base_type = self.ParentWindow.Controler.GetBaseType(variable_type, self.Debug) + base_type = self.ParentWindow.Controler.GetBaseType(variable_type) message = None if location.startswith("%"): if base_type != values[2]: