mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
fix a problem with pdf unwrap_factor getting set to 0.0
This commit is contained in:
parent
b238903ba8
commit
2b888a4add
@ -22,5 +22,5 @@ class PluginWidget(Widget, Ui_Form):
|
||||
|
||||
def set_value_handler(self, g, val):
|
||||
if val is None and isinstance(g, QDoubleSpinBox):
|
||||
g.setValue(0.0)
|
||||
g.setValue(0.45)
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user