controls/DebugVariablePanel/DebugVariableViewer.py
changeset 1841 9fd29e8b1393
parent 1831 56b48961cc68
child 1847 6198190bc121
--- a/controls/DebugVariablePanel/DebugVariableViewer.py	Mon Oct 02 12:43:01 2017 +0300
+++ b/controls/DebugVariablePanel/DebugVariableViewer.py	Mon Oct 02 13:19:06 2017 +0300
@@ -83,7 +83,6 @@
         """
         Init global pens and brushes
         """
-        global HIGHLIGHT
         if not HIGHLIGHT:
             HIGHLIGHT['DROP_PEN'] = wx.Pen(wx.Colour(0, 128, 255))
             HIGHLIGHT['DROP_BRUSH'] = wx.Brush(wx.Colour(0, 128, 255, 128))