# HG changeset patch # User laurent # Date 1321634440 -3600 # Node ID 4d6719c51f05bc8e10f897d5f81b47da93196a87 # Parent b2442bb10c0ba2e04f2a1c24cf101cbedc98bb12 Fixing bug that prevent to define a directly declared array type for a variable in VariablePanel diff -r b2442bb10c0b -r 4d6719c51f05 controls/VariablePanel.py --- a/controls/VariablePanel.py Fri Nov 18 17:39:12 2011 +0100 +++ b/controls/VariablePanel.py Fri Nov 18 17:40:40 2011 +0100 @@ -29,7 +29,7 @@ from plcopen.structures import LOCATIONDATATYPES, TestIdentifier, IEC_KEYWORDS from graphics.GraphicCommons import REFRESH_HIGHLIGHT_PERIOD -from dialogs import ArrayTypeDialog +from dialogs.ArrayTypeDialog import ArrayTypeDialog from CustomGrid import CustomGrid from LocationCellEditor import LocationCellEditor