Set reporter in DIALOG_SIM_MODEL::TransferDataToWindow.
It could've been set to point to local variable "reporter" in loadLibrary. Fixes KICAD-15C
This commit is contained in:
parent
83fe3576c6
commit
26f398a4b1
|
@ -189,6 +189,7 @@ bool DIALOG_SIM_MODEL<T_symbol, T_field>::TransferDataToWindow()
|
||||||
{
|
{
|
||||||
// The model is sourced from a library, optionally with instance overrides.
|
// The model is sourced from a library, optionally with instance overrides.
|
||||||
m_rbLibraryModel->SetValue( true );
|
m_rbLibraryModel->SetValue( true );
|
||||||
|
m_libraryModelsMgr.SetReporter( &reporter );
|
||||||
|
|
||||||
if( !loadLibrary( libraryFilename ) )
|
if( !loadLibrary( libraryFilename ) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue