controls/DebugVariablePanel/DebugVariableTextViewer.py
changeset 1218 a5a6072ac944
parent 1215 786f2533200a
child 1571 486f94a8032c
equal deleted inserted replaced
1217:b64dcc1a011f 1218:a5a6072ac944
    76         Function called when mouse is released in Drop Target
    76         Function called when mouse is released in Drop Target
    77         @param x: X coordinate of mouse pointer
    77         @param x: X coordinate of mouse pointer
    78         @param y: Y coordinate of mouse pointer
    78         @param y: Y coordinate of mouse pointer
    79         @param data: Text associated to drag'n drop
    79         @param data: Text associated to drag'n drop
    80         """
    80         """
       
    81         # Signal Debug Variable Panel to reset highlight
       
    82         self.ParentWindow.ResetHighlight()
       
    83         
    81         message = None
    84         message = None
    82         
    85         
    83         # Check that data is valid regarding DebugVariablePanel
    86         # Check that data is valid regarding DebugVariablePanel
    84         try:
    87         try:
    85             values = eval(data)
    88             values = eval(data)