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:
@@ -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:
|
||||
|
||||
|
@@ -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))
|
||||
|
Reference in New Issue
Block a user