/[fenfire]/fenfire/org/fenfire/modules/pp/PPCanvasCursor.java
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/PPCanvasCursor.java

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

revision 1.7 by mudyc, Tue Apr 8 21:13:01 2003 UTC revision 1.8 by mudyc, Wed Apr 9 00:56:51 2003 UTC
# Line 163  private static final String rcsid = "$Id Line 163  private static final String rcsid = "$Id
163              int zo = (int)(zoom * 100000);              int zo = (int)(zoom * 100000);
164              int geometry = vs.orthoBoxCS(into, "FocusGeometry",0, zo,0, 1,1, panx, pany);                int geometry = vs.orthoBoxCS(into, "FocusGeometry",0, zo,0, 1,1, panx, pany);  
165                            
166              vs.map.put(new UniquePaperVob(URN5Namespace.instance.generateId()), into, geometry);              vs.map.put(new UniquePaperVob(node.toString()), into, geometry);
167              (new SpatialPlane(PP.noteType, PP.contains)).renderAWT(vs, into, geometry,              (new SpatialPlane(PP.noteType, PP.contains)).renderAWT(vs, into, geometry,
168                                                                     node, nodeview, space.getModel(),hook);                                                                     node, nodeview, space.getModel(),hook);
169          }          }
# Line 196  private static final String rcsid = "$Id Line 196  private static final String rcsid = "$Id
196    
197    
198    
199          if (m_state[2] == e.BUTTON1_MASK){          if (m_state[2] == e.BUTTON1_MASK && e.getID() == MouseEvent.MOUSE_CLICKED){
200    
201              float[] pt = new float[] { e.getX(), e.getY(), 0 };              float[] pt = new float[] { e.getX(), e.getY(), 0 };
202    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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