Loading pcbnew/dialogs/dialog_fp_lib_table.cpp +18 −15 Original line number Diff line number Diff line Loading @@ -583,6 +583,8 @@ private: { FP_TBL_MODEL* tbl = cur_model(); if( tbl->GetNumberRows() ) { int curRow = getCursorRow(); ROW& row = tbl->rows[curRow]; Loading @@ -607,6 +609,7 @@ private: #endif } } } void onCancelButtonClick( wxCommandEvent& event ) { Loading Loading
pcbnew/dialogs/dialog_fp_lib_table.cpp +18 −15 Original line number Diff line number Diff line Loading @@ -583,6 +583,8 @@ private: { FP_TBL_MODEL* tbl = cur_model(); if( tbl->GetNumberRows() ) { int curRow = getCursorRow(); ROW& row = tbl->rows[curRow]; Loading @@ -607,6 +609,7 @@ private: #endif } } } void onCancelButtonClick( wxCommandEvent& event ) { Loading