Author: remi
Date: 2008-08-15 13:38:22 +0200 (Fri, 15 Aug 2008)
New Revision: 1499

Modified:
   
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/visual/ATTBlockViewer.java
Log:
* improved drawing speed

Modified: 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/visual/ATTBlockViewer.java
===================================================================
--- 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/visual/ATTBlockViewer.java
      2008-08-15 11:32:30 UTC (rev 1498)
+++ 
software_suite_v2/software/tools/attitunesStudio/trunk/src/com/tuxisalive/attitunes/visual/ATTBlockViewer.java
      2008-08-15 11:38:22 UTC (rev 1499)
@@ -502,7 +502,7 @@
                        if (scrollbarIsFocused)
                        {
                                /* Enabling the viewer refresh */
-                               refreshDelay = 0.5;
+                               refreshDelay = 0.025;
                                setRefreshFlag(true);
                                
                                x = event.getX() - scrollbar.lastClickedPoint.x;
@@ -528,7 +528,7 @@
                        if (draggingBlock)
                        {
                                /* Enabling the viewer refresh */
-                               refreshDelay = 0.05;
+                               refreshDelay = 0.025;
                                setRefreshFlag(true);
                                
                                x = event.getX() - 
focusedBlock.lastClickedPoint.x;


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to