xLightsSequencer / xLights

xLights is a sequencer for Lights. xLights has usb and E1.31 drivers. You can create sequences in this object oriented program. You can create playlists, schedule them, test your hardware, convert between different sequencers.
GNU General Public License v3.0
562 stars 211 forks source link

Reduced the time it takes to resize the Custom Model grid when importing a model #4964

Closed degracode closed 4 days ago

degracode commented 5 days ago

Adding rows and columns in one go is much quicker than adding them one at a time, as wx spends most of the op time calculating scrollbar metrics.

In my example, 74 cols x 39 rows x 12 pages, this was a 1.5s operation. Reduced to 0.6s.