Skip to content

Commit

Permalink
Merge pull request #602 from Gustry/enable-embedded
Browse files Browse the repository at this point in the history
Enable again the embedded text input widget if the layer is in "baselayers"
  • Loading branch information
Gustry authored Sep 23, 2024
2 parents db20f67 + e88bbaf commit 24966ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lizmap/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2538,7 +2538,6 @@ def from_data_to_ui_for_layer_group(self):
self.dlg.group_layer_tree_options.setEnabled(False)
self.dlg.checkbox_popup.setEnabled(False)
self.dlg.frame_layer_popup.setEnabled(False)
self.dlg.group_layer_embedded.setEnabled(False)

elif self._current_item_predefined_group() in (
PredefinedGroup.Overview.value,
Expand Down

0 comments on commit 24966ac

Please sign in to comment.