You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.
The infotext displayed on the left of the plugin menu shows inconsistencies.
Deleting a group in legend does not trigger an update in the infotext
To reproduce :
add a working copy and click on the group : text info on the left of the plugin menu displays correctly
remove layer group : text info remains unchanged (still showing the previous SL filename or DB info for pg checkout)
The only way the user can get the text updated is by clicking on the legend; legend.clicked is the only signal handled in the plugin.
Solution : I tried looking quickly for a "group[item]Removed" type of signal but to no avail. LegendInterface seems to have that signal, but connecting to the on_legend_click member
The infotext displayed on the left of the plugin menu shows inconsistencies.
To reproduce :
The only way the user can get the text updated is by clicking on the legend; legend.clicked is the only signal handled in the plugin.
Solution : I tried looking quickly for a "group[item]Removed" type of signal but to no avail. LegendInterface seems to have that signal, but connecting to the on_legend_click member
triggers an exception.
The text was updated successfully, but these errors were encountered: