This commit is contained in:
ldolse 2010-11-21 15:40:02 +08:00
parent 267eebb9aa
commit 73278a8cd6

View file

@ -22,5 +22,5 @@ def __init__(self, parent, get_option, get_help, db=None, book_id=None):
def set_value_handler(self, g, val):
if val is None and isinstance(g, QDoubleSpinBox):
g.setValue(0.45)
g.setValue(0.0)
return True