tbrittain / SmbExplorerCompanion

Baseball-Reference style desktop application for Super Mega Baseball 4 franchise playthroughs
MIT License
2 stars 0 forks source link

Fix DataGrid sort navigation crash #26

Closed tbrittain closed 1 year ago

tbrittain commented 1 year ago

Force DataGrids to be read only and set selected item to null to prevent exception on item selected after DataGrid sorting

Closes #22