diff --git a/eeschema/dialogs/dialog_spice_model.cpp b/eeschema/dialogs/dialog_spice_model.cpp index 79e6d61211..386dc8c4bf 100644 --- a/eeschema/dialogs/dialog_spice_model.cpp +++ b/eeschema/dialogs/dialog_spice_model.cpp @@ -182,6 +182,8 @@ void DIALOG_SPICE_MODEL::Init() m_pwlTimeCol = m_pwlValList->AppendColumn( "Time [s]", wxLIST_FORMAT_LEFT, 100 ); m_pwlValueCol = m_pwlValList->AppendColumn( "Value [V/A]", wxLIST_FORMAT_LEFT, 100 ); + m_libraryContents->SetReadOnly( true ); + m_sdbSizerOK->SetDefault(); // Hide pages that aren't fully implemented yet