]> git.saurik.com Git - wxWidgets.git/commit - src/msw/notebook.cpp
work around a bug in TabCtrl_AdjustRect which will cause a crash on
authorRobin Dunn <robin@alldunn.com>
Thu, 24 Jun 2004 04:46:41 +0000 (04:46 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 24 Jun 2004 04:46:41 +0000 (04:46 +0000)
commit14a6b6e5f0200192944ed3d35ef4a3ce4549ac70
treedb2464bf15678fdd4ed3349cb88c1e29e3ce0cee
parent1e63e750766f9c6313a08a79e625cb0d9fa74294
work around a bug in TabCtrl_AdjustRect which will cause a crash on
win2k, or on XP with themes disabled, if the wxNB_MULTILINE style is
used and the rectangle is very small, (such as when the notebook is
first created.)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/notebook.cpp