Garst R. Reese wrote:

> bash$ lyx --version
> LyX 1.2.1cvs of Thu, May 23, 2002
> Built on Jun 18 2002, 01:22:42
> 
> Updated about 1900h GMT
> Built about 5min ago.
> Garst


ah, I see, we are talking about difefrent versions.
try the attached patch.

Herbert



-- 
http://www.lyx.org/help/
Index: xformsGImage.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/Attic/xformsGImage.C,v
retrieving revision 1.7.2.1
diff -u -r1.7.2.1 xformsGImage.C
--- xformsGImage.C      6 Jun 2002 14:52:45 -0000       1.7.2.1
+++ xformsGImage.C      10 Jul 2002 04:37:21 -0000
@@ -141,7 +141,7 @@
 {
        if (!image_)
                return 0;
-       return image_->w;
+       return image_->w + 5;
 }
 
 

Reply via email to