From 3e99290a3d7a0ff076a5d352e5b3a994cb4ef7bf Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Mon, 3 Aug 2015 21:11:59 +0200 Subject: [PATCH] Fixed style change in WX_HTML_REPORT_PANEL after a reported action. --- common/dialogs/wx_html_report_panel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/dialogs/wx_html_report_panel.cpp b/common/dialogs/wx_html_report_panel.cpp index 57434462cd..a5dc6d1265 100644 --- a/common/dialogs/wx_html_report_panel.cpp +++ b/common/dialogs/wx_html_report_panel.cpp @@ -77,7 +77,7 @@ void WX_HTML_REPORT_PANEL::SetLazyUpdate( bool aLazyUpdate ) void WX_HTML_REPORT_PANEL::Flush() { - m_htmlView->SetPage( m_html ); + m_htmlView->SetPage( addHeader( m_html ) ); scrollToBottom(); }