Commit 02ef1279 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

SL: Reach: Profile: Minor change.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -34,7 +34,7 @@ class ComboBoxDelegate(QItemDelegate): ...@@ -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),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment