Opened 6 years ago

Closed 6 years ago

#3587 closed defect (fixed)

Call to deprecated item in wxGUI

Reported by: cmbarton Owned by: grass-dev@…
Priority: normal Milestone: 7.8.0
Component: wxGUI Version: svn-trunk
Keywords: menu tooltip Cc:
CPU: Unspecified Platform: Unspecified

Description

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.

Change History (2)

comment:1 by cmbarton, 6 years ago

Milestone: 7.4.2

comment:2 by annakrat, 6 years ago

Milestone: 7.4.27.8.0
Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.