small graphics fix from John

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3409 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-01-17 17:39:38 +00:00
parent 24b86e64c0
commit cc3670f9fd
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-01-17 John Levon <moz@compsoc.man.ac.uk>
* ImageLoaderXPM.C: don't set XpmColorKey flag if we don't use it
2001-12-19 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* GraphicsCacheItem.h: do not include <config.h> in header files

View File

@ -77,7 +77,7 @@ ImageLoaderXPM::runImageLoader(string const & filename)
xpm_col.pixel = lyxColorHandler->colorPixel(LColor::graphicsbg);
XpmAttributes attrib;
attrib.valuemask = XpmCloseness | XpmColorSymbols | XpmColorKey;
attrib.valuemask = XpmCloseness | XpmColorSymbols;
attrib.closeness = 10000;