Andre Poenitz wrote:
On Thu, Feb 28, 2008 at 11:57:08AM +0100, Abdelrazak Younes wrote:
The code is very weird:
if (isRequired("framed") && mustProvide("color")) {
RGBColor c = rgbFromHexName(lcolor.getX11Name(Color_shadedbg));
getX11Name() returns a named color (egg "red") and rgbFromHexName()
requires an Hexadecimal color beginning with '#'. I can't believe this code
is old...
Revision 21395 perhaps, but that is four months old.
Maybe a bug was introduced then and only triggered recently...
Yes. It looks as if the bug was hidden because certain insets weren't
getting their InsetLayout set properly.
rh