Removed ugly black (simple) border around wxHTML help window in wxGTK.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@67259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2011-03-20 12:27:35 +00:00
parent 22e8503f19
commit 48e4c34b8c
2 changed files with 2 additions and 1 deletions

View File

@@ -130,6 +130,7 @@ All (GUI):
- Fixed bug in wxSizer::Replace(size_t, wxSizerItem *) whereby SetContainingSizer
is not called.
- Fixed compilation with libpng 1.5 and above.
- Removed ugly black (simple) border around wxHTML help window.
wxMSW:

View File

@@ -356,7 +356,7 @@ bool wxHtmlHelpWindow::Create(wxWindow* parent, wxWindowID id,
if (htmlWindowBorder == wxBORDER_SUNKEN)
htmlWindowBorder = wxBORDER_SIMPLE;
#else
wxBorder htmlWindowBorder = wxBORDER_SIMPLE;
wxBorder htmlWindowBorder = wxBORDER_SUNKEN;
#endif
if (helpStyle & (wxHF_CONTENTS | wxHF_INDEX | wxHF_SEARCH))