]> ruin.nu Git - moosique.git/blobdiff - MooGUI.java
*** empty log message ***
[moosique.git] / MooGUI.java
index b313b0267ff060a5fb7127065d4759d134c8196b..065267eec3e8e04a48723d15311b4b2edef03d0c 100644 (file)
@@ -114,9 +114,9 @@ public class MooGUI extends JFrame {
         * Calls on the main view to update the track views,
         * and on the toolbar to update the progress indicator.
         */
-       public void update(){
-               view.update();
-               toolbar.updateProgInd();
+       public void update(long tickPosition){
+               view.update(tickPosition);
+               toolbar.updateProgInd(tickPosition);
        }
 
        class MooGUICloser extends WindowAdapter {
@@ -124,4 +124,4 @@ public class MooGUI extends JFrame {
                        Moosique.quit();
                }
        }
-}
+}
\ No newline at end of file