mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Always refresh the navigator when changing units
Units are displayed even if the net is not selected
This commit is contained in:
parent
abd0388794
commit
1bc34f7bd7
@ -2396,7 +2396,7 @@ void SCH_EDIT_FRAME::SetHighlightedConnection( const wxString& aConnection,
|
||||
|
||||
void SCH_EDIT_FRAME::unitsChangeRefresh()
|
||||
{
|
||||
if( m_netNavigator && !m_highlightedConn.IsEmpty() )
|
||||
if( m_netNavigator )
|
||||
{
|
||||
NET_NAVIGATOR_ITEM_DATA itemData;
|
||||
wxTreeItemId selection = m_netNavigator->GetSelection();
|
||||
|
Loading…
x
Reference in New Issue
Block a user