Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Aug 2013 13:05:36 +0000 (13:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Aug 2013 13:05:36 +0000 (13:05 +0000)
commit9869c26285dc51d13607cddaa04f65ce983653a5
treec720bfca976993b048a0870783582125ceae800e
parent09d3b6944e989ece74d2fcb9b28433e9d4ae2c59
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.

Return the real height instead of -1.

Closes #15367.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/propgrid/property.cpp