Commit eee65d71 authored by Guillaume Seguin's avatar Guillaume Seguin

Cleanup

parent aadd62ef
......@@ -185,7 +185,6 @@ class gviz(wx.Panel):
def layerdown(self):
if self.layerindex > 0:
self.layerindex -= 1
# Display layer info on statusbar (Jezmy)
self.parent.SetStatusText("Layer %d - Going Down - Z = %.03f mm" % (self.layerindex + 1, self.layers[self.layerindex]), 0)
self.dirty = 1
wx.CallAfter(self.Refresh)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment