Be more clear about Thaw() to DoThaw() renaming.
Closes #11048. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
63ff0fefcf
commit
47d9ca165a
@ -96,7 +96,7 @@ Changes in behaviour not resulting in compilation errors, please read this!
|
||||
proportions to return to the old behaviour.
|
||||
|
||||
- wxWindow::Freeze/Thaw() are not virtual any more, if you overrode them in
|
||||
your code you need to override DoFreeze/Thaw() instead now.
|
||||
your code you need to override DoFreeze/DoThaw() instead now.
|
||||
|
||||
- wxCalendarCtrl has native implementation in wxGTK, but it has less features
|
||||
than the generic one. The native implementation is used by default, but you
|
||||
|
Loading…
Reference in New Issue
Block a user