mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 21:43:35 +02:00
...
This commit is contained in:
parent
267eebb9aa
commit
73278a8cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue