Show board info in status bar when seleciton isn't a single object.

Fixes: lp:1831402
* https://bugs.launchpad.net/kicad/+bug/1831402
This commit is contained in:
Jeff Young 2019-06-03 21:52:40 +01:00
parent 3912c7407f
commit 59a01789ff
1 changed files with 1 additions and 1 deletions

View File

@ -1030,7 +1030,7 @@ int PCBNEW_CONTROL::UpdateMessagePanel( const TOOL_EVENT& aEvent )
}
else
{
m_frame->ClearMsgPanel();
m_frame->SetMsgPanel( m_frame->GetBoard() );
}
return 0;