diff -r b112bfdde5cc -r 5b6ad7a7fd9d controls/DebugVariablePanel/DebugVariablePanel.py --- a/controls/DebugVariablePanel/DebugVariablePanel.py Sat Aug 19 21:06:54 2017 +0300 +++ b/controls/DebugVariablePanel/DebugVariablePanel.py Mon Aug 21 21:55:18 2017 +0300 @@ -76,9 +76,9 @@ return next_tick -#------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------- # Debug Variable Graphic Panel Drop Target -#------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------- class DebugVariableDropTarget(wx.TextDropTarget): @@ -171,11 +171,6 @@ dialog.Destroy() -#------------------------------------------------------------------------------- -# Debug Variable Graphic Panel Class -#------------------------------------------------------------------------------- - - class DebugVariablePanel(wx.Panel, DebugViewer): """ Class that implements a Viewer that display variable values as a graphs