Use more appropriate border style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -361,7 +361,7 @@ bool wxHtmlHelpWindow::Create(wxWindow* parent, wxWindowID id,
|
|||||||
if (htmlWindowBorder == wxBORDER_SUNKEN)
|
if (htmlWindowBorder == wxBORDER_SUNKEN)
|
||||||
htmlWindowBorder = wxBORDER_SIMPLE;
|
htmlWindowBorder = wxBORDER_SIMPLE;
|
||||||
#else
|
#else
|
||||||
wxBorder htmlWindowBorder = wxBORDER_SIMPLE;
|
wxBorder htmlWindowBorder = wxBORDER_SUNKEN;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (helpStyle & (wxHF_CONTENTS | wxHF_INDEX | wxHF_SEARCH))
|
if (helpStyle & (wxHF_CONTENTS | wxHF_INDEX | wxHF_SEARCH))
|
||||||
|
Reference in New Issue
Block a user