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:
parent
d33e45f134
commit
7971749aea
@ -123,6 +123,6 @@ bool wxDisclosureTriangle::OSXHandleClicked( double WXUNUSED(timestampsec) )
|
||||
|
||||
wxSize wxDisclosureTriangle::DoGetBestSize() const
|
||||
{
|
||||
return wxSize(16,16);
|
||||
return wxWindow::DoGetBestSize();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user