Glain / FFTPatcher

FFTPatcher suite project continuation. Original commit is .483 RC 2
GNU General Public License v3.0
31 stars 9 forks source link

Added selection feature request in the Job Levels grid. #13

Closed TcavemanT closed 1 year ago

TcavemanT commented 3 years ago

Added selection feature request in the Job Levels grid as requested by Raijinili in issue #11.

Added highlighting to selected row and column in the Job Requirements grid in the Job Levels tab. The code was complicated a bit more when I was testing and found the grid was slowed down. I ended up having to pinvoke to disable the grid from painting wile I was doing updates to the cells.

P.S. There was a .gitignore change file change. I accidentally checked in a change that my Visual Studio had added. I attempted to revert the change but I ended up formatting the file in doing so.

Glain commented 1 year ago

Handled differently with commit 9aad110.