]> git.saurik.com Git - wxWidgets.git/commit
Limit wxListBox best size to 100x100. Particularly important on trunk where
authorDavid Elliott <dfe@tgwbd.org>
Mon, 18 Feb 2008 21:51:29 +0000 (21:51 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 18 Feb 2008 21:51:29 +0000 (21:51 +0000)
commitc86ec17bcdf0c50d0987c862eed6abaae7990aa1
treea3b988060f3b85a82433a1b07ecdef259b1069db
parent861b3043ca08b53d6110fd2c95c70ca5e9d25885
Limit wxListBox best size to 100x100.  Particularly important on trunk where
the best size is not cached and will thus keep telling the sizers that the
best size is the full size of the content (i.e. such that you wouldn't need
to scroll it).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/listbox.h
src/cocoa/listbox.mm