Skip to content

Commit

Permalink
Added edit functionality for the tag references.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebek committed Jan 16, 2025
1 parent dec4bce commit 54f1a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions threedi_schematisation_editor/forms/custom_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ def setup_tag_widgets(self):
tags_layout = self.dialog.findChild(QObject, "tags_layout")
self.tags_widget = QgsCheckableComboBox()
self.tags_widget.setObjectName(tags_widget_name)
self.tags_widget.setDefaultText("Click to assign tags...")
tags_layout.addWidget(self.tags_widget)
self.custom_widgets[tags_widget_name] = self.tags_widget

Expand Down

0 comments on commit 54f1a76

Please sign in to comment.