]> git.saurik.com Git - wxWidgets.git/commit
Fix DoGetBestSize when wxCB_READONLY is used. The best size of the
authorRobin Dunn <robin@alldunn.com>
Tue, 18 May 2004 06:48:02 +0000 (06:48 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 18 May 2004 06:48:02 +0000 (06:48 +0000)
commitd0770e4a9145fc5a68a55c597893cdfa0e70be75
tree773149e82386db91685b4bc48cea282dae316e1e
parent9b12bd993b5151d9c67e2dd2bce6e0ac258fb797
Fix DoGetBestSize when wxCB_READONLY is used.  The best size of the
choice shoudl not be truncated in this case since there isn't a
textctrl in this case.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/mac/carbon/combobox.cpp