Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

tmszi
Copy link
Member

@tmszi tmszi commented Jul 23, 2022

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.

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 tmszi added bug Something isn't working backport_needed GUI wxGUI related labels Jul 23, 2022
@tmszi tmszi added this to the 8.2.1 milestone Jul 23, 2022
@tmszi tmszi requested a review from petrasovaa September 15, 2022 14:54
Copy link
Contributor

@petrasovaa petrasovaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thank you

@tmszi tmszi merged commit a1f98ec into OSGeo:main Sep 18, 2022
tmszi added a commit to tmszi/grass that referenced this pull request Sep 18, 2022
…OSGeo#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.
tmszi added a commit to tmszi/grass that referenced this pull request Sep 18, 2022
…OSGeo#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.
tmszi added a commit to tmszi/grass that referenced this pull request Sep 18, 2022
…OSGeo#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.
@tmszi tmszi deleted the wxgui-fix-layerlist-widget-check-uncheck-event branch September 18, 2022 17:18
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Oct 26, 2022
…OSGeo#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.
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Feb 17, 2023
…OSGeo#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.
marisn pushed a commit to marisn/grass that referenced this pull request Jun 2, 2023
…OSGeo#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.
neteler pushed a commit to nilason/grass that referenced this pull request Nov 7, 2023
…OSGeo#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GUI wxGUI related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] selecting layer in v.in.ogr window does not work
2 participants