
On Jan 14, 2008 9:24 AM, Andrea Rossato
Works great! I can't reproduce that problem now. Only thing now is
On Mon, Jan 14, 2008 at 07:42:33AM -0500, Brent Yorgey wrote: that it
seems to ignore the color settings. I get black text on a white background no matter what swn_color and swn_bg_color are set to. (Note that this isn't even the same as the default settings, which are the reverse.)
Keep in mind that the configuration is cached, so you need to reset the layoutHook to see the change. If I reset the layout the new configuration takes effect here.
Oh, right, ignore me, I'm a doofus. =) Resetting the layout does the trick. However, it turns out the bgcolor and color were also backwards in the call to paintAndWrite; I've pushed a patch. -Brent