Skip to content
Snippets Groups Projects
Commit 92c88e4d authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

Apply suggestion to soitool/setup_settings.py

parent bceb6e3d
No related branches found
No related tags found
1 merge request!48#81 SOI listeners for prop oppdateringer & InlineEditableSOIView endres når oppsett lagres
Pipeline #77901 failed
......@@ -225,7 +225,7 @@ class Setup(QDialog): # pylint: disable = R0902
self.edit_valid_to.setText(self.soi.valid_to)
self.edit_classification.setCurrentText(self.soi.classification)
# check radiobuttons according to current SOI settings
# Check radiobuttons according to current SOI settings
if self.soi.orientation == "landscape":
self.rbutton_landscape.setChecked(True)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment