/[fenfire]/fenfire/org/fenfire/view/buoy/AbstractMainNode2D.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/buoy/AbstractMainNode2D.java

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

revision 1.35 by tjl, Mon Jul 28 08:22:32 2003 UTC revision 1.36 by mudyc, Wed Jul 30 10:32:10 2003 UTC
# Line 267  public abstract class AbstractMainNode2D Line 267  public abstract class AbstractMainNode2D
267          return controller.handleEvent(this, e, oldVobScene);          return controller.handleEvent(this, e, oldVobScene);
268      }      }
269    
270      public void chgFast(VobScene oldVobScene, Object key) {      public void chgFast(VobScene oldVobScene, int parent) {
271          clipPan();          clipPan();
272          setZoomPan(oldVobScene, box2screen);          setZoomPan(oldVobScene, box2screen);
273    
         Object realKey = oldVobScene.matcher.getKey(box2screen);  
         if (dbg) p("key: "+realKey);  
274          View2D view = getView2D();          View2D view = getView2D();
275          while (view != null) {          while (view != null) {
276              if (view instanceof org.fenfire.view.lava.FastView)              if (view instanceof org.fenfire.view.lava.FastView)
# Line 282  public abstract class AbstractMainNode2D Line 280  public abstract class AbstractMainNode2D
280                   * ...working on a better solution.                   * ...working on a better solution.
281                   */                   */
282                  ((org.fenfire.view.lava.FastView)view)                  ((org.fenfire.view.lava.FastView)view)
283                          .chgFast(oldVobScene, realKey);                          .chgFast(oldVobScene, box2screen);
284              view = view.getChildView2D();              view = view.getChildView2D();
285          }          }
286      }      }

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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