cazitouni / QgisGLViewer

A simple streetview-like Qgis plugin for equirectangular image visualisation
GNU Affero General Public License v3.0
12 stars 2 forks source link

using the GUI Button brings Python-Error #8

Open din6885 opened 10 months ago

din6885 commented 10 months ago

Pressing the Button on the UI brings this Error Message:

2023-10-17T09:41:07 WARNING Traceback (most recent call last): File "C:\Users/rm/AppData/Roaming/QGIS/QGIS3\profiles\Test/python/plugins\QgisGLViewer\Windows.py", line 231, in closeEvent self.save_data() File "C:\Users/rm/AppData/Roaming/QGIS/QGIS3\profiles\Test/python/plugins\QgisGLViewer\Windows.py", line 263, in save_data gap = self.gap_spinbox.value() AttributeError: 'MainWindow' object has no attribute 'gap_spinbox'

Nonetheless it shows the Dialog with the Image.