You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/05/01 23:51:46 UTC

svn commit: r770835 - /incubator/pivot/trunk/wtk/test/pivot/wtk/test/MovieViewTest.java

Author: tvolkert
Date: Fri May  1 21:51:45 2009
New Revision: 770835

URL: http://svn.apache.org/viewvc?rev=770835&view=rev
Log:
Fixed small issue in MovieViewTest

Modified:
    incubator/pivot/trunk/wtk/test/pivot/wtk/test/MovieViewTest.java

Modified: incubator/pivot/trunk/wtk/test/pivot/wtk/test/MovieViewTest.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/test/pivot/wtk/test/MovieViewTest.java?rev=770835&r1=770834&r2=770835&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/test/pivot/wtk/test/MovieViewTest.java (original)
+++ incubator/pivot/trunk/wtk/test/pivot/wtk/test/MovieViewTest.java Fri May  1 21:51:45 2009
@@ -50,7 +50,7 @@
                 }
 
                 public void regionUpdated(Image image, int x, int y, int width, int height) {
-                    movieListeners.regionUpdated(Clock.this, 0, 0, width, height);
+                    movieListeners.regionUpdated(Clock.this, x, y, width, height);
                 }
             });