]> git.lyx.org Git - features.git/blobdiff - src/insets/insetgraphics.C
popup fixes from Juergen ; insetgraphics fix from Herbert ; menus fix from Andre...
[features.git] / src / insets / insetgraphics.C
index b0d556e9e0a45ad2843429b58df0b82526e2f400..264c83548f3be346732c25f7513683d90d06aa9a 100644 (file)
@@ -514,7 +514,7 @@ void formatResize(ostream & os, string const & key,
                break;
 
        case InsetGraphicsParams::SCALE:
-               os << "scale" << '=' << size << ',';
+               os << "scale" << '=' << size/100 << ',';
        }
 }