stepconf: temporarily disable "sanity test"

this code is intended to change the text to red when invalid
(less than or equal to zero?) values are entered.  However, on
my system it had the effect of changing the widgets in question to
white-on-white in all my axis tabs.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
This commit is contained in:
Jeff Epler 2016-06-27 07:23:51 -05:00
parent 5657de05f1
commit 44c5fb9198

View file

@ -1025,6 +1025,7 @@ class StepconfApp:
self.w[axis + "axistest"].set_sensitive(0)
def axis_sanity_test(self, axis):
return
# I hate the inner function
def get(n):
return float(self.w[axis + n].get_text())