Issue #666 fixed ncep ovelay resources so recylce works properly
Change-Id: Iedde396d06a86760c1871362b36c08bc3185e27e Former-commit-id:7053ac6cf9
[formerly4eee60d5bc
] [formerly7053ac6cf9
[formerly4eee60d5bc
] [formerly7e114e008b
[formerly 1eea078927b999eea1891b56bd2a85ae6044d99f]]] Former-commit-id:7e114e008b
Former-commit-id:39b3f85641
[formerlyfe44eaac64
] Former-commit-id:ede1c4126d
This commit is contained in:
parent
c2a1dd7f1b
commit
2cf0a3fca4
2 changed files with 7 additions and 0 deletions
|
@ -356,6 +356,7 @@ public class DbOverlayResource extends
|
|||
if (shadedShape != null) {
|
||||
shadedShape.dispose();
|
||||
}
|
||||
lastExtent = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -107,6 +107,12 @@ public class OverlayResourceGroup extends
|
|||
*/
|
||||
@Override
|
||||
public void initInternal(IGraphicsTarget target) throws VizException {
|
||||
for (ResourcePair rp : this.resourceData.getResourceList()) {
|
||||
AbstractVizResource<?, ?> rsc = rp.getResource();
|
||||
if (rsc != null) {
|
||||
rsc.init(target);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue