Igor wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
OK, could you please launch lyx at the command line with
lyx -dbg scrolling
And report back please.
Every time I roll the wheel it prints,
D:\LyXSVN\lyx-devel\src\frontends\qt4\GuiWork
147483647 delta = -120 lines = -2.14748e+009
Could you also try some other settings here, I guess LyX doesn't know
about this kind of Page settings.
Sorry, by here you mean where exactly?
Sorry, I meant the Windows control panel.
Try Ctrl-Alt-PageDown/Up and Ctrl-Alt-ArrowDown/Up
Those do work as expected. I would like the functionality of
Ctrl-Alt-PageDown/Up to be bounded to mouse wheel up/down
Don't worry, we'll manage to fix that bug hopefully.
The full debugging log is below,
I see, thanks. This was just a matter of reading the Qt docs actually:
wheelScrollLines : int
This property holds the number of lines to scroll when the mouse wheel
is rotated.
If this number exceeds the number of visible lines in a certain widget,
the widget should interpret the scroll operation as a single "page up"
or "page down" operation instead.
Access functions:
The fix will make it into next 1.6beta and probably also into 1.5.6.
Abdel.