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:
parent
3912c7407f
commit
59a01789ff
|
@ -1030,7 +1030,7 @@ int PCBNEW_CONTROL::UpdateMessagePanel( const TOOL_EVENT& aEvent )
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_frame->ClearMsgPanel();
|
m_frame->SetMsgPanel( m_frame->GetBoard() );
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue