Kleine Anpassungen im PdfProjectSettings
This commit is contained in:
@@ -465,7 +465,7 @@ class AppSettingsDlg(QDialog):
|
||||
saxon_jar_id=project_data['saxon_jar_id'] if project_data['saxon_jar_id'] != -1 else 1,
|
||||
apache_fop_id=project_data['apache_fop_id'] if project_data['apache_fop_id'] != -1 else 1,
|
||||
xsl_dir_id=project_data['xsl_dir_id'] if project_data['xsl_dir_id'] != -1 else 1,
|
||||
default_xslt_params={}
|
||||
postgre_sql_db_id=project_data['postgre_sql_db_id'] if project_data['postgre_sql_db_id'] != -1 else 1,
|
||||
)
|
||||
|
||||
self.temp_pdf_projects.append(new_project)
|
||||
|
||||
Reference in New Issue
Block a user