/[fenfire]/fenfire/org/fenfire/loom/Loom.java
ViewVC logotype

Diff of /fenfire/org/fenfire/loom/Loom.java

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

revision 1.29 by benja, Wed Mar 12 18:59:16 2003 UTC revision 1.30 by benja, Wed Mar 12 19:43:07 2003 UTC
# Line 456  public class Loom { Line 456  public class Loom {
456                      if(cs < 0) return;                      if(cs < 0) return;
457                      Object key = vs.matcher.getKey(cs);                      Object key = vs.matcher.getKey(cs);
458                      NodeView.Nodespec spec = (NodeView.Nodespec)key;                      NodeView.Nodespec spec = (NodeView.Nodespec)key;
459                      if(m.getButton() == m.BUTTON3 ||                      if((m.getModifiers() & m.BUTTON3_MASK) > 0 ||
460                         spec.node instanceof Literal) {                         spec.node instanceof Literal) {
461                          cursor.set(cursor.focus, spec.dir, spec.node);                          cursor.set(cursor.focus, spec.dir, spec.node);
462                          AbstractUpdateManager.chg();                          AbstractUpdateManager.chg();

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26