No changes, just remove unneeded variable initialization.
Don't initialize htmlWindowBorder in wxHtmlHelpWindow::Create() just to overwrite it with another value on the next line. Closes #14933. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2392a466b2
commit
1084433147
@ -355,8 +355,7 @@ bool wxHtmlHelpWindow::Create(wxWindow* parent, wxWindowID id,
|
||||
wxSizer *navigSizer = NULL;
|
||||
|
||||
#ifdef __WXMSW__
|
||||
wxBorder htmlWindowBorder = GetDefaultBorder();
|
||||
htmlWindowBorder = wxBORDER_THEME;
|
||||
wxBorder htmlWindowBorder = wxBORDER_THEME;
|
||||
#else
|
||||
wxBorder htmlWindowBorder = wxBORDER_SUNKEN;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user