From 566bc3285eed00229234fd4dba8bd65eafe3ad7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 17 Jan 2000 17:19:14 +0000 Subject: [PATCH] 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 --- include/wx/html/helpctrl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/html/helpctrl.h b/include/wx/html/helpctrl.h index 2505276714..900d0ac638 100644 --- a/include/wx/html/helpctrl.h +++ b/include/wx/html/helpctrl.h @@ -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