mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
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:
parent
24b86e64c0
commit
cc3670f9fd
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user