Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] 5ec937: VisItPlotViewer can now reuse Resources

  Branch: refs/heads/next
  Home:   https://github.com/eclipse/ice
  Commit: 5ec937430367f1877a14725af183c8e1fb3fca1e
      https://github.com/eclipse/ice/commit/5ec937430367f1877a14725af183c8e1fb3fca1e
  Author: Robert Smith <SmithRW@xxxxxxxx>
  Date:   2016-03-11 (Fri, 11 Mar 2016)

  Changed paths:
    M org.eclipse.eavp.viz/src/org/eclipse/eavp/viz/visit/VisitPlotViewer.java

  Log Message:
  -----------
  VisItPlotViewer can now reuse Resources

The VisItPlotViewer had previously always been using the VizResource for
the last plot added, preventing it from redrawing old plots. It now
keeps track of all used resources and will switch to the resource
matching the selected VizEntry before trying to draw the plot.

Signed-off-by: Robert Smith <SmithRW@xxxxxxxx>



Back to the top