From 7971749aeaa4cc590adb9a0515d32e519b9c4483 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 10 Jun 2009 04:53:58 +0000 Subject: [PATCH] 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 --- src/osx/button_osx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }