Cosmetics.
This commit is contained in:
parent
3da76e9f1c
commit
92525732a3
@ -2006,8 +2006,6 @@ class PropertiesDlg(QDialog):
|
|||||||
settings = QSettings()
|
settings = QSettings()
|
||||||
for setting, value in tabValues.items():
|
for setting, value in tabValues.items():
|
||||||
settings.setValue(setting, value)
|
settings.setValue(setting, value)
|
||||||
print(value)
|
|
||||||
print(setting)
|
|
||||||
if value is not None:
|
if value is not None:
|
||||||
if setting.startswith('Channel Z'):
|
if setting.startswith('Channel Z'):
|
||||||
COMPPOSITION_MAP['Z'] = value
|
COMPPOSITION_MAP['Z'] = value
|
||||||
|
Loading…
Reference in New Issue
Block a user