Comment 11 for bug 1789059

Revision history for this message
Uwe Klotz (uklotzde-deactivatedaccount) wrote :

I wonder why DlgCoverArtFullSize is always created, connected, and updated even if it is not or never shown? Formatting the title string and updating the window title on every track load while hidden does not make sense to me.

DlgCoverArtFullSize should be created lazily upon request and destroyed afterwards. We don't need to eagerly provision and keep unused instances for an extended period of time that may cause trouble (as seen here).