controls/DebugVariablePanel/DebugVariableGraphicViewer.py
changeset 1218 a5a6072ac944
parent 1215 786f2533200a
child 1227 01e86190f8c7
equal deleted inserted replaced
1217:b64dcc1a011f 1218:a5a6072ac944
   105         Function called when mouse is released in Drop Target
   105         Function called when mouse is released in Drop Target
   106         @param x: X coordinate of mouse pointer
   106         @param x: X coordinate of mouse pointer
   107         @param y: Y coordinate of mouse pointer
   107         @param y: Y coordinate of mouse pointer
   108         @param data: Text associated to drag'n drop
   108         @param data: Text associated to drag'n drop
   109         """
   109         """
       
   110         # Signal Debug Variable Panel to reset highlight
       
   111         self.ParentWindow.ResetHighlight()
       
   112         
   110         message = None
   113         message = None
   111         
   114         
   112         # Check that data is valid regarding DebugVariablePanel
   115         # Check that data is valid regarding DebugVariablePanel
   113         try:
   116         try:
   114             values = eval(data)
   117             values = eval(data)