Quickly scrolling through the Categories pop-up menu (with a wheel mouse's roller wheel button) generates an error.
(Had just noticed that the wheel mouse roller scrolls more than the scrollbar area indicated by the mouse pointer. So was trying scrolling while indicating different GUI elements. This time was is the Categories pop-up menu indicated in the FilterParams dialog.)
3623802: ERROR: grampsapp.py: line 173: Unhandled exception
Traceback (most recent call last):
File "/home/districtsupport/.gramps/gramps51/plugins/FilterParams/FilterParams.py", line 892, in on_filter_changed
frame2 = self.add_frame_and_filter(None, self.current_category, filtername, filtername, 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/districtsupport/.gramps/gramps51/plugins/FilterParams/FilterParams.py", line 831, in add_frame_and_filter
self.addfilter(grid2, category, filter, level+1)
File "/home/districtsupport/.gramps/gramps51/plugins/FilterParams/FilterParams.py", line 766, in addfilter
entry.entry.connect("changed", self.update_params)
^^^^^^^^^^^
AttributeError: 'MyEntry' object has no attribute 'entry'
I was using the following custom_filters.xml file:
Quickly scrolling through the Categories pop-up menu (with a wheel mouse's roller wheel button) generates an error.
(Had just noticed that the wheel mouse roller scrolls more than the scrollbar area indicated by the mouse pointer. So was trying scrolling while indicating different GUI elements. This time was is the Categories pop-up menu indicated in the FilterParams dialog.)
I was using the following
custom_filters.xml
file: