beremiz

Parents 4665ba25a0ba
Children f68a105000be
clean-up: fix PEP8 E114 indentation is not a multiple of four (comment)
--- 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)