Fix bug 2458 also in 1.4.x.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17439 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-03-13 22:57:31 +00:00
parent e7577ab67f
commit 7e3bfc6156
2 changed files with 3 additions and 1 deletions

View File

@ -66,7 +66,7 @@ void InsetGraphicsParams::init()
filename.erase();
lyxscale = 100; // lyx scaling in percentage
display = lyx::graphics::DefaultDisplay; // display mode; see preferences
scale = string(); // output scaling in percentage
scale = string("100"); // output scaling in percentage
width = LyXLength();
height = LyXLength();
keepAspectRatio = false; // for LaTeX output

View File

@ -45,6 +45,8 @@ What's new
- Fix display of math root inset when the exponent contains large
things (bug 3295).
- Set a default image size value (bug 2458).
* BUILD/INSTALLATION: