#3587: Call to deprecated item in wxGUI
--------------------------+-------------------------
Reporter: cmbarton | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: wxGUI | Version: svn-trunk
Keywords: menu tooltip | CPU: Unspecified
Platform: Unspecified |
--------------------------+-------------------------
Here is a warning I get when starting GRASS 7.5 on the Mac, using wxPython
4.
/Applications/GRASS-7.5.app/Contents/Resources/gui/wxpython/gui_core/menu.py:153:
wxPyDeprecationWarning: Call to deprecated item. Use SetToolTip instead.
Not fatal yet but could cause problems in the future. Should check if
using SetToolTip does NOT cause problems on other platforms or legacy
versions of wxPython. If so, will need to check OS and/or version.
This is just one out of many deprecation warnings, most of them are fixed
in trunk (part of GSoC), but it's just too much hassle to backport
considering they are harmless and they appear only with wxPython 4. This
particular one is fixed. Please report only the ones in trunk.