[EMAIL PROTECTED] (Nick V. Pakoulin) writes:
| Thanks for hint, it is in BufferView_pimpl.C
|
| void BufferView::Pimpl::workAreaButtonPress(int xpos, int ypos,
| unsigned int button)
|
| I found a magic number 100 there (line 548): what does it mean?
|
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
> [EMAIL PROTECTED] (Nick V. Pakoulin) writes:
>
> | The question is: how i can change the amount of text, scrolled using mouse
> | wheel? Now wheel scrolls one screen up/down, but i'd like to scroll
> | 3-5 lines.
>
> This can only be changed
[EMAIL PROTECTED] (Nick V. Pakoulin) writes:
| The question is: how i can change the amount of text, scrolled using mouse
| wheel? Now wheel scrolls one screen up/down, but i'd like to scroll
| 3-5 lines.
This can only be changed in the sources.
BufferView.C or WorkArea.C
Lgb
The question is: how i can change the amount of text, scrolled using mouse
wheel? Now wheel scrolls one screen up/down, but i'd like to scroll 3-5 lines.
I have lyx-1.1.15, emacs bindings.
TIA, Nick.