Jean-Marc Lasgouttes schreef:
Vincent van Ravesteijn <v.f.vanraveste...@tudelft.nl> writes:
It is caused by the assert_in_view option that I created to have
consistent scrolling.
What is that?
JMarc
If you press five times PgDwn and five times PgUp, you expect to end up
at exactly the same position as you were before. This wasn't the case
previously and it was very annoying if you wanted to have a quick look
somewhat below, you used PgDwn and PgUp and you could first reposition
the cursor to continue editing.
So, when you know use these functions, I made sure that the cursor was
not positioned on a row that was only half visible, because this would
trigger something to first show the cursor before doing the next
PgDwn/PgUp.
I thus artifically adjusted the row the cursor was positioned on, but I
didn't think about the checkInsetHit later int the function.
Vincent