Generate an immediate refresh when loading new footprint.
This commit is contained in:
parent
4eb51be0a2
commit
c9fd03202a
|
@ -183,7 +183,7 @@ bool FOOTPRINT_PREVIEW_PANEL::DisplayFootprint( const LIB_ID& aFPID )
|
||||||
fitToCurrentFootprint();
|
fitToCurrentFootprint();
|
||||||
}
|
}
|
||||||
|
|
||||||
Refresh();
|
ForceRefresh();
|
||||||
|
|
||||||
return m_currentFootprint != nullptr;
|
return m_currentFootprint != nullptr;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue