Abdelrazak Younes wrote:
It is not that useful but it is cleaner code wise. Since the beginning of my qt4 port I wondered why we needed to save the "no cursor" region and restore it. With this patch I finally got rid of it by drawing the cursor after the work-area and only if it is needed.
Mmmm, forgive my ignorance, but are you now redrawing the workarea on every cursor blink? Or do you continue to draw only a cursor-sized rectangle?
Angus