/[svn]/jsampler/trunk/src/org/jsampler/view/std/StdChannelsPane.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/std/StdChannelsPane.java

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

revision 1827 by iliev, Wed Dec 24 17:29:47 2008 UTC revision 1828 by iliev, Mon Jan 26 21:20:12 2009 UTC
# Line 1  Line 1 
1  /*  /*
2   *   JSampler - a java front-end for LinuxSampler   *   JSampler - a java front-end for LinuxSampler
3   *   *
4   *   Copyright (C) 2005-2008 Grigor Iliev <grigor@grigoriliev.com>   *   Copyright (C) 2005-2009 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# Line 431  public abstract class StdChannelsPane ex Line 431  public abstract class StdChannelsPane ex
431          @Override          @Override
432          public void          public void
433          processChannelSelection(JSChannel c, boolean controlDown, boolean shiftDown) {          processChannelSelection(JSChannel c, boolean controlDown, boolean shiftDown) {
434                    if(c.isSelected() && !controlDown && !shiftDown) return;
435                  chnList.getUI().processSelectionEvent(c, controlDown, shiftDown);                  chnList.getUI().processSelectionEvent(c, controlDown, shiftDown);
436          }          }
437                    

Legend:
Removed from v.1827  
changed lines
  Added in v.1828

  ViewVC Help
Powered by ViewVC