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:
parent
5657de05f1
commit
44c5fb9198
1 changed files with 1 additions and 0 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in a new issue