Better border style for HTML window
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
67d3242ada
commit
4cfe5fa88a
@ -358,8 +358,7 @@ bool wxHtmlHelpWindow::Create(wxWindow* parent, wxWindowID id,
|
||||
|
||||
#ifdef __WXMSW__
|
||||
wxBorder htmlWindowBorder = GetDefaultBorder();
|
||||
if (htmlWindowBorder == wxBORDER_SUNKEN)
|
||||
htmlWindowBorder = wxBORDER_SIMPLE;
|
||||
htmlWindowBorder = wxBORDER_THEME;
|
||||
#else
|
||||
wxBorder htmlWindowBorder = wxBORDER_SUNKEN;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user