controls/DebugVariablePanel/DebugVariablePanel.py
changeset 1770 449fd504a711
parent 1768 691083b5682a
child 1780 c52d1460cea8
--- a/controls/DebugVariablePanel/DebugVariablePanel.py	Fri Aug 18 23:39:15 2017 +0300
+++ b/controls/DebugVariablePanel/DebugVariablePanel.py	Sat Aug 19 00:04:33 2017 +0300
@@ -109,7 +109,7 @@
         @param y: Y coordinate of mouse pointer
         @param d: Suggested default for return value
         """
-       # Signal Debug Variable Panel to refresh highlight giving mouse position
+        # Signal Debug Variable Panel to refresh highlight giving mouse position
         self.ParentWindow.RefreshHighlight(x, y)
         return wx.TextDropTarget.OnDragOver(self, x, y, d)