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:
@@ -58,6 +58,7 @@ class WXDLLEXPORT wxHtmlHelpController : public wxEvtHandler
|
|||||||
{
|
{
|
||||||
m_Config = config;
|
m_Config = config;
|
||||||
m_ConfigRoot = rootpath;
|
m_ConfigRoot = rootpath;
|
||||||
|
if (m_helpFrame) m_helpFrame -> UseConfig(config, rootpath);
|
||||||
ReadCustomization(config, rootpath);
|
ReadCustomization(config, rootpath);
|
||||||
}
|
}
|
||||||
// Assigns config object to the Ctrl. This config is then
|
// Assigns config object to the Ctrl. This config is then
|
||||||
|
Reference in New Issue
Block a user