Refresh netlist popups after import settings from.
Fixes https://gitlab.com/kicad/code/kicad/issues/4075
This commit is contained in:
parent
9a258df58a
commit
7bce0e17f2
|
@ -613,6 +613,8 @@ void PANEL_SETUP_NETCLASSES::ImportSettingsFrom( BOARD* aBoard )
|
|||
m_BrdSettings = &aBoard->GetDesignSettings();
|
||||
TransferDataToWindow();
|
||||
|
||||
rebuildNetclassDropdowns();
|
||||
|
||||
m_netclassGrid->ForceRefresh();
|
||||
m_membershipGrid->ForceRefresh();
|
||||
|
||||
|
|
Loading…
Reference in New Issue