From 289f66cfb4bdb0b637968a6d66cb730922c66e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Holene=20L=C3=B8kkeborg?= <thomahl@stud.ntnu.no> Date: Tue, 21 Apr 2020 10:33:16 +0200 Subject: [PATCH] Apply suggestion to soitool/pdf_export_options_dialog.py --- soitool/pdf_export_options_dialog.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/soitool/pdf_export_options_dialog.py b/soitool/pdf_export_options_dialog.py index 373a905..855a770 100644 --- a/soitool/pdf_export_options_dialog.py +++ b/soitool/pdf_export_options_dialog.py @@ -12,8 +12,7 @@ from soitool.accept_reject_dialog import AcceptRejectDialog class PdfExportOptionsDialog(AcceptRejectDialog): """Dialog with options for PDF export. - When the dialog is closed the users choices can be fetched in the same way - as for soitool.new_module_dialog.NewModuleDialogListItem, by directly + When the dialog is closed, the users choices can be fetched by directly accessing the child widgets. """ -- GitLab