Georg Baum wrote:
The scrollbar does still not work: trying to drag it with the mouse, or clicking below or above the slider does not move it, it results only in some flickering (both qt3 and qt4).
Actually, the scrollbar sort-of works only if "Cursor follows scrollbar" is set. That's why I didn't noticed. I tested an old executable prior to my bufferview/workarea reorganisation and the bug was there also.
There's some complicated things going on in: void BufferView::Pimpl::scrollDocView(int value) I'll investigate. Abdel.