Fixed style change in WX_HTML_REPORT_PANEL after a reported action.
This commit is contained in:
parent
2a93d083ee
commit
3e99290a3d
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue