]> git.saurik.com Git - wxWidgets.git/commit
Don't use too big width for wxHtmlHelpWindow navigation panel.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Apr 2012 22:24:47 +0000 (22:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Apr 2012 22:24:47 +0000 (22:24 +0000)
commita55602fafaf0f17becb6d5ec7c27ef7ad1e443ea
tree44c7bfbd7121714678e6090df6bfc849a8a45d9a
parent49b489e80f11e0a6f23116a8e16a8138948e11af
Don't use too big width for wxHtmlHelpWindow navigation panel.

The width of the navigation panel in wxHtmlHelpWindow could become arbitrarily
high if long items used. Avoid this by using a reasonably large but not too
big minimal width instead of determining it automatically from the items width.

Closes #13754.

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