Fix message panel update

This commit is contained in:
Jon Evans 2019-06-02 11:20:16 -04:00
parent 208a8553a5
commit 374a3feb3e
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ void EDA_DRAW_FRAME::ClearMsgPanel()
void EDA_DRAW_FRAME::SetMsgPanel( const MSG_PANEL_ITEMS& aList )
{
if( m_messagePanel == NULL )
if( m_messagePanel )
{
m_messagePanel->EraseMsgBox();