mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
fix mixup
This commit is contained in:
parent
d9296002fd
commit
f7a191519e
@ -29,8 +29,8 @@ class PyQgsSettingsEnumEditorWidgetWrapper(QgsSettingsEditorWidgetWrapper):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, parent=None, editor=None, setting=None, displayStrings: dict = None):
|
def __init__(self, parent=None, editor=None, setting=None, displayStrings: dict = None):
|
||||||
self.setting = editor
|
self.setting = setting
|
||||||
self.editor = setting
|
self.editor = editor
|
||||||
self.displayStrings = {}
|
self.displayStrings = {}
|
||||||
super().__init__(parent)
|
super().__init__(parent)
|
||||||
if editor is not None and setting is not None:
|
if editor is not None and setting is not None:
|
||||||
|
@ -29,8 +29,8 @@ class PyQgsSettingsEnumEditorWidgetWrapper(QgsSettingsEditorWidgetWrapper):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, parent=None, editor=None, setting=None, displayStrings: dict = None):
|
def __init__(self, parent=None, editor=None, setting=None, displayStrings: dict = None):
|
||||||
self.setting = editor
|
self.setting = setting
|
||||||
self.editor = setting
|
self.editor = editor
|
||||||
self.displayStrings = {}
|
self.displayStrings = {}
|
||||||
super().__init__(parent)
|
super().__init__(parent)
|
||||||
if editor is not None and setting is not None:
|
if editor is not None and setting is not None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user