controls/DebugVariablePanel/DebugVariableGraphicViewer.py
changeset 1741 dd94b9a68c61
parent 1740 b789b695b5c6
child 1744 69dfdb26f600
--- a/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Tue Aug 15 15:50:30 2017 +0300
+++ b/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Tue Aug 15 16:01:18 2017 +0300
@@ -1252,7 +1252,6 @@
                         else:
                             self.VLine.set_xdata((x_cursor, x_cursor))
 
-
                         # Define a horizontal line to display cursor y
                         # coordinate if no line is already defined
                         if self.HLine is None: