From: Stefan Csomor Date: Wed, 10 Jun 2009 04:53:58 +0000 (+0000) Subject: disclosure triangles on all implementations are able to give their true best size X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7971749aeaa4cc590adb9a0515d32e519b9c4483 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 --- diff --git a/src/osx/button_osx.cpp b/src/osx/button_osx.cpp index 70be0e99ce..3dc35b6975 100644 --- a/src/osx/button_osx.cpp +++ b/src/osx/button_osx.cpp @@ -123,6 +123,6 @@ bool wxDisclosureTriangle::OSXHandleClicked( double WXUNUSED(timestampsec) ) wxSize wxDisclosureTriangle::DoGetBestSize() const { - return wxSize(16,16); + return wxWindow::DoGetBestSize(); }