fixed bug: UseConfig didn't call wxHtmlHelpFrame::OnConfig
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3e5296e75d
commit
566bc3285e
@ -58,6 +58,7 @@ class WXDLLEXPORT wxHtmlHelpController : public wxEvtHandler
|
||||
{
|
||||
m_Config = config;
|
||||
m_ConfigRoot = rootpath;
|
||||
if (m_helpFrame) m_helpFrame -> UseConfig(config, rootpath);
|
||||
ReadCustomization(config, rootpath);
|
||||
}
|
||||
// Assigns config object to the Ctrl. This config is then
|
||||
|
Loading…
Reference in New Issue
Block a user