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

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2009-06-10 04:53:58 +00:00
parent d33e45f134
commit 7971749aea

View File

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