Promote to cell selection for spreadsheet-style paste.

Fixes https://gitlab.com/kicad/code/kicad/issues/9211
This commit is contained in:
Jeff Young
2021-12-24 16:29:23 +00:00
parent 3f90b3e2a0
commit 9de62d1dd4
3 changed files with 34 additions and 2 deletions
-1
View File
@@ -98,7 +98,6 @@ FIELDS_GRID_TABLE<T>::FIELDS_GRID_TABLE( DIALOG_SHIM* aDialog, SCH_BASE_FRAME* a
WX_GRID* aGrid, SCH_LABEL_BASE* aLabel ) :
m_frame( aFrame ),
m_dialog( aDialog ),
m_userUnits( aDialog->GetUserUnits() ),
m_grid( aGrid ),
m_parentType( SCH_LABEL_LOCATE_ANY_T ),
m_mandatoryFieldCount( aLabel->GetMandatoryFieldCount() ),