mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
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:
parent
e7577ab67f
commit
7e3bfc6156
@ -66,7 +66,7 @@ void InsetGraphicsParams::init()
|
|||||||
filename.erase();
|
filename.erase();
|
||||||
lyxscale = 100; // lyx scaling in percentage
|
lyxscale = 100; // lyx scaling in percentage
|
||||||
display = lyx::graphics::DefaultDisplay; // display mode; see preferences
|
display = lyx::graphics::DefaultDisplay; // display mode; see preferences
|
||||||
scale = string(); // output scaling in percentage
|
scale = string("100"); // output scaling in percentage
|
||||||
width = LyXLength();
|
width = LyXLength();
|
||||||
height = LyXLength();
|
height = LyXLength();
|
||||||
keepAspectRatio = false; // for LaTeX output
|
keepAspectRatio = false; // for LaTeX output
|
||||||
|
@ -45,6 +45,8 @@ What's new
|
|||||||
- Fix display of math root inset when the exponent contains large
|
- Fix display of math root inset when the exponent contains large
|
||||||
things (bug 3295).
|
things (bug 3295).
|
||||||
|
|
||||||
|
- Set a default image size value (bug 2458).
|
||||||
|
|
||||||
* BUILD/INSTALLATION:
|
* BUILD/INSTALLATION:
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user