mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
8ef7adc954
@ -625,6 +625,7 @@ class CreateCustomColumn(QDialog):
|
|||||||
getattr(self, 'composite_'+x).setVisible(col_type in ('composite', '*composite'))
|
getattr(self, 'composite_'+x).setVisible(col_type in ('composite', '*composite'))
|
||||||
self.composite_heading_position.setEnabled(False)
|
self.composite_heading_position.setEnabled(False)
|
||||||
self.store_template_value_in_opf.setVisible(col_type == 'composite')
|
self.store_template_value_in_opf.setVisible(col_type == 'composite')
|
||||||
|
self.store_template_value_in_opf.setChecked(True)
|
||||||
|
|
||||||
for x in ('box', 'default_label', 'colors', 'colors_label'):
|
for x in ('box', 'default_label', 'colors', 'colors_label'):
|
||||||
getattr(self, 'enum_'+x).setVisible(col_type == 'enumeration')
|
getattr(self, 'enum_'+x).setVisible(col_type == 'enumeration')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user