For a while now, there has been a bug in gridview where once I've completed a review and I query for a new concept, the terminal sports out an error and I have to quite gridview. Annoying but I just dealt with it by closing the app and running a new query. Now, though, I am getting a bug when going from one page to the next. See below.
File "/Users/lonny/.pyenv/versions/3.13.7/lib/python3.13/site-packages/vars_gridview/ui/MainWindow.py", line 559, in next_page
self._page(True)
~~~~~~~~~~^^^^^^
File "/Users/lonny/.pyenv/versions/3.13.7/lib/python3.13/site-packages/vars_gridview/ui/MainWindow.py", line 612, in _page
self.image_mosaic.deselect(self.last_selected_rect)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/lonny/.pyenv/versions/3.13.7/lib/python3.13/site-packages/vars_gridview/ui/ImageMosaic.py", line 1042, in deselect
raise ValueError("Widget not in rect widget list")
ValueError: Widget not in rect widget list
Traceback (most recent call last):
File "/Users/lonny/.pyenv/versions/3.13.7/lib/python3.13/site-packages/vars_gridview/ui/MainWindow.py", line 559, in next_page
self._page(True)
~~~~~~~~~~^^^^^^
File "/Users/lonny/.pyenv/versions/3.13.7/lib/python3.13/site-packages/vars_gridview/ui/MainWindow.py", line 612, in _page
self.image_mosaic.deselect(self.last_selected_rect)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/lonny/.pyenv/versions/3.13.7/lib/python3.13/site-packages/vars_gridview/ui/ImageMosaic.py", line 1042, in deselect
raise ValueError("Widget not in rect widget list")
ValueError: Widget not in rect widget list
For a while now, there has been a bug in gridview where once I've completed a review and I query for a new concept, the terminal sports out an error and I have to quite gridview. Annoying but I just dealt with it by closing the app and running a new query. Now, though, I am getting a bug when going from one page to the next. See below.