master
Guillaume Seguin 2013-05-18 18:33:13 +02:00
parent aadd62ef09
commit eee65d71dd
1 changed files with 0 additions and 1 deletions

View File

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