/[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.30 by mudyc, Thu Jul 3 14:02:28 2003 UTC revision 1.31 by mudyc, Mon Jul 14 11:19:31 2003 UTC
# Line 267  public abstract class AbstractMainNode2D Line 267  public abstract class AbstractMainNode2D
267          View2D view = getView2D();          View2D view = getView2D();
268          while (view != null) {          while (view != null) {
269              if (view instanceof FastView)              if (view instanceof FastView)
270                  ((FastView)view).chgFast(oldVobScene);                  /** Jams the machine if called.
271                     * ''Single Multiple'' views makes things awful.
272                     *
273                     * ...working on a better solution.
274                     */
275                    ; //((FastView)view).chgFast(oldVobScene);
276              view = view.getChildView2D();              view = view.getChildView2D();
277          }          }
278      }      }

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

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