-
Notifications
You must be signed in to change notification settings - Fork 59
error when selecting features after closing dockwidget #412
Copy link
Copy link
Open
Labels
Description
after closing the widget and then selecting features in the layer an error is raised. possibly because of signal not disconnecting?
2026-03-18T17:40:01 WARNING Traceback (most recent call last):
File "C:\Users/USER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\DataPlotly\gui\plot_settings_widget.py", line 1500, in refresh_plot
self.refreshPlotView()
File "C:\Users/USER/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\DataPlotly\gui\plot_settings_widget.py", line 1583, in refreshPlotView
self.plot_view.load(self.plot_url)
RuntimeError: wrapped C/C++ object of type QWebView has been deleted
To Reproduce
Steps to reproduce the behavior:
- create plot using 'use only selected features'
- close the dockwidget (i used remove a dock)
- select features in the layer used for the plot
- see python error
Desktop:
- OS: windows
- QGIS release QGIS 3.44.8
- DataPlotly release 4.4
Reactions are currently unavailable