[GRASS-git] [OSGeo/grass] a1f98e: wxGUI/forms: fix LayersList widget binding check/u...

Tomas Zigo noreply at github.com
Sun Sep 18 09:53:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/OSGeo/grass
  Commit: a1f98ec1c2f3329b5fbf9f12b58875e388b2e380
      https://github.com/OSGeo/grass/commit/a1f98ec1c2f3329b5fbf9f12b58875e388b2e380
  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