On 7/2/07, Klaus Schmidinger Klaus.Schmidinger@cadsoft.de wrote:
Just took a quick glance at the source. You may want to get rid of the
static const cFont *font = cFont::GetFont(fontOsd);
stuff. This should be done when the plugin actually needs the font, not during initialization time.
Thanks for the quick response! That was indeed the problem. Attached is a patch to fix this for those interested.