[GRASS-git] [OSGeo/grass] 789a5a: wxGUI/forms: fix LayersList widget binding check/u...
Tomas Zigo
noreply at github.com
Sun Sep 18 10:17:43 PDT 2022
Branch: refs/heads/releasebranch_7_8
Home: https://github.com/OSGeo/grass
Commit: 789a5ac704596e748e4f7c85281f48ca700f144f
https://github.com/OSGeo/grass/commit/789a5ac704596e748e4f7c85281f48ca700f144f
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