/[svn]/jsampler/trunk/src/org/jsampler/view/fantasia/Channel.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/fantasia/Channel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1974 by iliev, Wed Dec 24 17:29:47 2008 UTC revision 1975 by iliev, Mon Aug 3 14:54:18 2009 UTC
# Line 119  public class Channel extends JSChannel { Line 119  public class Channel extends JSChannel {
119                    
120          private static void          private static void
121          mouseMoved() {          mouseMoved() {
122                  //TODO: do this for all channels panes                  JSChannelsPane cp = CC.getMainFrame().getSelectedChannelsPane();
                 JSChannelsPane cp = CC.getMainFrame().getChannelsPane(0);  
123                  for(int i = 0; i < cp.getChannelCount(); i++) {                  for(int i = 0; i < cp.getChannelCount(); i++) {
124                          mouseMoved((Channel)cp.getChannel(i));                          mouseMoved((Channel)cp.getChannel(i));
125                  }                  }

Legend:
Removed from v.1974  
changed lines
  Added in v.1975

  ViewVC Help
Powered by ViewVC