[GRASS-git] [OSGeo/grass] ec7c59: wxGUI/forms: fix LayersList widget binding check/u...
Tomas Zigo
noreply at github.com
Sun Sep 18 10:15:37 PDT 2022
Branch: refs/heads/releasebranch_8_2
Home: https://github.com/OSGeo/grass
Commit: ec7c593b4ee181427250e24fd01e3e7f91743cbd
https://github.com/OSGeo/grass/commit/ec7c593b4ee181427250e24fd01e3e7f91743cbd
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2022-09-18 (Sun, 18 Sep 2022)
Changed paths:
M gui/wxpython/gui_core/forms.py
Log Message:
-----------
wxGUI/forms: fix LayersList widget binding check/uncheck event method (#2495)
`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.
More information about the grass-commit
mailing list