Fixed style change in WX_HTML_REPORT_PANEL after a reported action.

This commit is contained in:
Maciej Suminski 2015-08-03 21:11:59 +02:00
parent 2a93d083ee
commit 3e99290a3d
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}