Opened 11 years ago
Closed 8 years ago
#2028 closed defect (fixed)
SetVirtualSizeHints is deprecated in wxWidgets 2.9
Reported by: | marisn | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.0.5 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | wxPython 3, FitInside | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
"This is exactly the same as FitInside() in wxWidgets 2.9 and later, please replace calls to it with FitInside()." http://docs.wxwidgets.org/trunk/deprecated.html#_deprecated000046
Current code just generates warnings when running with wxPython 2.9.4.1
Change History (3)
comment:1 by , 10 years ago
Keywords: | wxPython 3 FitInside added |
---|
comment:2 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Already backported to relbr70, closing.
Note:
See TracTickets
for help on using tickets.
The only occurrences of this warning in trunk r64634 are:
where only the first one is an issue causing following output when dbmgr is started:
Using the following code from
gui_core/goutput.py
:fixed in r64635 for trunk. This is very safe, but anyway I would backport it between 7.0.0 and 7.0.1 just to be sure. Close afterwards.
No warning generated when starting dbmgr. Tested with wxPython 3.0 (Lubuntu):