GpgOL should cache the icons returned to the Ribbon UI instead of instantiating a new GDIPlus instance and converting it from PNG to bitmap dispatcher for each call.
Description
Description
Details
Details
- Version
- master
Revisions and Commits
Revisions and Commits
rO GpgOL | |||
rO4c573f3c8984 Cache icons |
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | • aheinecke | T4113 GpgOL, Performance: Cache icons for RibbonUI | ||
Resolved | • aheinecke | T4029 Gpg4win 3.1.3 |
Event Timeline
Comment Actions
This is done now.
I had a slight hope that this might help with random crashes as the COM is now under less load but it did not help.
Anyway caching the icons is a good thing anyway.