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:
@@ -358,8 +358,7 @@ bool wxHtmlHelpWindow::Create(wxWindow* parent, wxWindowID id,
|
|||||||
|
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
wxBorder htmlWindowBorder = GetDefaultBorder();
|
wxBorder htmlWindowBorder = GetDefaultBorder();
|
||||||
if (htmlWindowBorder == wxBORDER_SUNKEN)
|
htmlWindowBorder = wxBORDER_THEME;
|
||||||
htmlWindowBorder = wxBORDER_SIMPLE;
|
|
||||||
#else
|
#else
|
||||||
wxBorder htmlWindowBorder = wxBORDER_SUNKEN;
|
wxBorder htmlWindowBorder = wxBORDER_SUNKEN;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user