Abdelrazak Younes wrote:

One thing that is maybe impacting the scrolling speed is the bogus cursor. I guess painting a big square square in addition does not help.

Indeed... Without it, the UserGuide test is now at 15 seconds! That's better than ever!

By the way, you will need the attached patch to disable the cursor.

Abdel.
Index: frontends/WorkArea.C
===================================================================
--- frontends/WorkArea.C        (revision 15520)
+++ frontends/WorkArea.C        (working copy)
@@ -288,7 +288,7 @@
                return;
 
        cursor_visible_ = true;
-       showCursor(x, y, h, shape);
+       //showCursor(x, y, h, shape);
 }
 
 

Reply via email to