Richard Heck wrote:
José Matos wrote:
After Richard fix I get an assertion.

The problem is that lcolor.getX11Name(Color_shadedbg), on LaTeXFeatures line 636, is returning "red". I'll look to see why this is, but maybe someone else knows?

This just looks like bad code:
LaTeXFeatures.cpp: 636: RGBColor c = rgbFromHexName(lcolor.getX11Name(Color_shadedbg)) but code that wasn't previously triggered, when it should have been. getX11name() will often (even usually) return something that isn't suitable input for rgbFromHexName(). In this case: Color.cpp:113: { Color_shadedbg, N_("shaded box"), "shaded", "red", "shaded" },
so it returns "red".

I'm guessing this code wasn't previously triggered because of something to do with missing InsetLayouts.

I don't know enough about the color stuff to fix this quickly, but someone else does, I hope. Yes?

rh

Reply via email to