mirror of https://gitlab.com/pamhyr/pamhyr2
SL: Reach: Profile: Minor change.
parent
003be29eca
commit
02ef127942
|
|
@ -34,7 +34,7 @@ class ComboBoxDelegate(QItemDelegate):
|
||||||
self.editor = QComboBox(parent)
|
self.editor = QComboBox(parent)
|
||||||
|
|
||||||
self.editor.addItems(
|
self.editor.addItems(
|
||||||
[_translate("SedimentLayers", "Not defined")] +
|
# [_translate("SedimentLayers", "Not defined")] +
|
||||||
list(
|
list(
|
||||||
map(
|
map(
|
||||||
lambda sl: str(sl),
|
lambda sl: str(sl),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue