Pass wxRect/wxPoint arguments to wxDataViewCustomRenderer by reference.
Instead of passing them by value, use const reference. This change is safe to do, because these methods' signatures were different in 2.8 anyhow. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -176,5 +176,11 @@ Finally, a few structure fields, notable @c wxCmdLineEntryDesc::shortName,
|
||||
wxScrolled<T>::GetSizeAvailableForScrollTarget() method to compute the size
|
||||
available for the scroll target as function of the main window size, please
|
||||
see the documentation of this method for more details.
|
||||
|
||||
- Signatures of wxDataViewCustomRenderer::Activate(),
|
||||
wxDataViewCustomRenderer::LeftClick() and
|
||||
wxDataViewCustomRenderer::StartDrag() virtual methods changed. You will need
|
||||
to change them in your derived renderer class too if you override them.
|
||||
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user