backport: disclosure triangles on all implementations are able to give their true best size

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-06-10 05:03:53 +00:00
parent 6cc0c9fe06
commit 4c872ab7a7

View File

@@ -123,6 +123,6 @@ bool wxDisclosureTriangle::OSXHandleClicked( double WXUNUSED(timestampsec) )
wxSize wxDisclosureTriangle::DoGetBestSize() const
{
return wxSize(16,16);
return wxWindow::DoGetBestSize();
}