mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
(Michael Schmitt): fix scrolling with the mouse wheel.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5954 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8833b65eef
commit
35cdea94bd
@ -6,6 +6,10 @@
|
||||
* Makefile.am (LIBS): delete var
|
||||
(lyx_LDADD): add @LIBS@ here instead.
|
||||
|
||||
2003-01-08 Michael Schmitt <Michael.Schmitt@teststep.org>
|
||||
|
||||
* Clarify the meaning of "wheel mouse jump"
|
||||
|
||||
2003-01-06 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
|
||||
|
@ -197,7 +197,7 @@ void LyXRC::setDefaults() {
|
||||
dpi = 75;
|
||||
// Because a screen typically is wider than a piece of paper:
|
||||
zoom = 150;
|
||||
wheel_jump = 100;
|
||||
wheel_jump = 5;
|
||||
// Default LaTeX font size:
|
||||
font_sizes[LyXFont::SIZE_TINY] = 5.0;
|
||||
font_sizes[LyXFont::SIZE_SCRIPT] = 7.0;
|
||||
@ -2124,7 +2124,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
|
||||
break;
|
||||
|
||||
case RC_WHEEL_JUMP:
|
||||
str = _("The wheel movement factor (for mice with wheels or five button mice).");
|
||||
str = _("The number of lines that are scrolled by mice with wheels or five button mice.");
|
||||
break;
|
||||
|
||||
case RC_CONVERTER:
|
||||
|
Loading…
Reference in New Issue
Block a user