From 40dc397ed7952b7fd758e1b272134a9b1be67396 Mon Sep 17 00:00:00 2001 From: tlaveille Date: Mon, 31 Aug 2026 14:52:28 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20guillemets=20doubles=20pour=20pren?= =?UTF-8?q?dre=20en=20compte=20les=20noms=20de=20colonne=20ambigus,=20?= =?UTF-8?q?=C3=A0=20la=20cr=C3=A9ation=20d'atlas=20avec=20des=20labels=20d?= =?UTF-8?q?ynamiques.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CenRa_AUTOMAP/canvas_editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CenRa_AUTOMAP/canvas_editor.py b/CenRa_AUTOMAP/canvas_editor.py index 93a7b21..3f30dba 100644 --- a/CenRa_AUTOMAP/canvas_editor.py +++ b/CenRa_AUTOMAP/canvas_editor.py @@ -532,7 +532,7 @@ class AutoMap_Editor(QDialog, EDITOR_CLASS): self.layout.addLayoutItem(subtitle) titre = self.lineEdit_3.text() if self.radioButton_9.isChecked() == 1: - titre = titre + ' [%' + self.comboBox_4.currentText() + '%]' + titre = titre + ' [%"' + self.comboBox_4.currentText() + '"%]' subtitle.setText(titre) subtitle.setFont(QFont("Calibri", 10)) subtitle.setItemRotation(self.template_parameters['Sous_titre_rotate'])