ObserverHerb / Celeste

A Twitch bot written in C++/Qt with a focus on multimedia and native performance
GNU General Public License v3.0
6 stars 0 forks source link

Vibe playlist resizes slowly #156

Closed ObserverHerb closed 8 months ago

ObserverHerb commented 11 months ago

Not sure what the threshold of entries is but the current playlist is long enough that it slows down resizing the entire window. Do I have some kind of processing going on in the resize event?

ObserverHerb commented 8 months ago

Additional testing revealed this is only a problem with debug builds. Release builds are much faster unless the window is stretched very large (almost full screen).