--- In [email protected], "brucexs" <bswit...@...> wrote: > > - fix resource leak if cl.setfont used with no bar open > - cl menus with icons or own fonts/colours use non-zero "button" > height item setting on bar properties > > http://powerpro.webeddie.com/download/pwrpro49.zip >
Thank you very much! Tested both, so far working fine. I have several dynamically built menus and bars that make use of cl.setfont. My scripts set set different font styles for items with different characteristics. Previously a new font was added (and never destroyed) for each item using cl.setfont. Now I can see that the pool of added fonts is much smaller (one for each of my types I think, instead of one per item) and the population of fonts no longer grows larger with each execution. :) Regards, Sheri
