Kleine Anpassungen im PdfProjectSettings

This commit is contained in:
2025-07-17 19:12:41 +02:00
parent 91ae941d03
commit 0aed454cd8
4 changed files with 139 additions and 125 deletions
+1 -1
View File
@@ -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)