pladams9 / hexsheets

A basic spreadsheet application with hexagonal cells inspired by: http://www.secretgeek.net/hexcel.
MIT License
90 stars 3 forks source link

Sped up row/column resizes significantly #61

Closed pladams9 closed 4 years ago

pladams9 commented 4 years ago

Code previously created a new (blank) image for the text of every cell every time the grid was rebuilt. Then new images were created for each cell that had a value to be displayed. Removed the creation of the initial blank image.