controls/DebugVariablePanel/DebugVariableTextViewer.py
changeset 1878 fb73a6b6622d
parent 1853 47a3f39bead0
child 2437 105c20fdeb19
--- a/controls/DebugVariablePanel/DebugVariableTextViewer.py	Thu Oct 19 10:57:35 2017 +0300
+++ b/controls/DebugVariablePanel/DebugVariableTextViewer.py	Thu Oct 19 11:03:03 2017 +0300
@@ -205,7 +205,7 @@
 
         # Get item variable path masked according Debug Variable Panel mask
         item_path = item.GetVariable(
-                self.ParentWindow.GetVariableNameMask())
+            self.ParentWindow.GetVariableNameMask())
 
         # Draw item variable path at Viewer left side
         w, h = gc.GetTextExtent(item_path)
@@ -240,7 +240,7 @@
         # Calculate item path bounding box
         _width, height = self.GetSize()
         item_path = item.GetVariable(
-                self.ParentWindow.GetVariableNameMask())
+            self.ParentWindow.GetVariableNameMask())
         w, h = self.GetTextExtent(item_path)
 
         # Test if mouse has been pressed in this bounding box. In that case