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

Apply suggestion to soitool/setup_settings.py

parent 92c88e4d
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 #77902 canceled
......@@ -183,7 +183,7 @@ class Setup(QDialog): # pylint: disable = R0902
"classification"
] = self.edit_classification.currentText()
# find which radiobutton that is checked
# Find which radiobutton that is checked
if self.rbutton_landscape.isChecked():
property_changes["orientation"] = "landscape"
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