Browse Source

Fixed style change in WX_HTML_REPORT_PANEL after a reported action.

pull/6/head
Maciej Suminski 11 years ago
parent
commit
3e99290a3d
  1. 2
      common/dialogs/wx_html_report_panel.cpp

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

Loading…
Cancel
Save