grass icon indicating copy to clipboard operation
grass copied to clipboard

wxGUI/forms: fix LayersList widget binding check/uncheck event method

Open tmszi opened this issue 3 years ago • 0 comments
trafficstars

Fixes #2493. CheckListCtrlMixin class is obsolete and OnCheckItem method doesn't work with wxPython 4.1.1 version. Instead of that, an event wx.EVT_LIST_ITEM_CHECKED, wx.EVT_LIST_ITEM_UNCHECKED is binded to the widget LayersList widget.

tmszi avatar Jul 23 '22 06:07 tmszi