SL: Reach: Profile: Minor change.

mesh
Pierre-Antoine Rouby 2023-07-26 15:11:44 +02:00
parent 003be29eca
commit 02ef127942
1 changed files with 1 additions and 1 deletions

View File

@ -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),