--- 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)