[GRASS-git] [OSGeo/grass] d674a3: fix deprecated wx.NewId()

Markus Neteler noreply at github.com
Tue Oct 8 08:06:36 PDT 2019


  Branch: refs/heads/fix_wx_NewId
  Home:   https://github.com/OSGeo/grass
  Commit: d674a381a12b93d56176b6c2487869dec49104c7
      https://github.com/OSGeo/grass/commit/d674a381a12b93d56176b6c2487869dec49104c7
  Author: Markus Neteler <neteler at mundialis.de>
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
    M gui/wxpython/gui_core/forms.py

  Log Message:
  -----------
  fix deprecated wx.NewId()

wx.NewId() is superceeded by wx.NewControlId()

```
v.import --ui
/home/mneteler/software/grass_master/dist.x86_64-pc-linux-gnu/gui/wxpython/gui_core/forms.py:661: DeprecationWarning: NewId() is deprecated
  abortId = wx.NewId()
```




More information about the grass-commit mailing list