Browse Source

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

Fixes: lp:1831402
* https://bugs.launchpad.net/kicad/+bug/1831402
pull/15/head
Jeff Young 7 years ago
parent
commit
59a01789ff
  1. 2
      pcbnew/tools/pcbnew_control.cpp

2
pcbnew/tools/pcbnew_control.cpp

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

Loading…
Cancel
Save