Revert "Fix grid cell highlight not functioning on Windows in the symbol pin table"

This reverts commit 94552ed838.

Breaks cell-based copy/paste
This commit is contained in:
Seth Hillbrand 2021-10-10 08:04:11 -07:00
parent a92516bcd2
commit 48f9dfa988
1 changed files with 0 additions and 3 deletions

View File

@ -505,9 +505,6 @@ DIALOG_LIB_EDIT_PIN_TABLE::DIALOG_LIB_EDIT_PIN_TABLE( SYMBOL_EDIT_FRAME* parent,
m_modified = false;
m_width = 0;
// Rigs the wxGrid to highlight the active column properly on Windows on keyboard nav
m_grid->SetSelectionMode( wxGrid::wxGridSelectRows );
// Connect Events
m_grid->Connect( wxEVT_GRID_COL_SORT,
wxGridEventHandler( DIALOG_LIB_EDIT_PIN_TABLE::OnColSort ), nullptr, this );