Issue #108
Change-Id: Ibace852cec618503f0a58fb504f58a4ad9106001 Former-commit-id:1379b11585
[formerly5ce519e976
] [formerly9324bece92
] [formerly1379b11585
[formerly5ce519e976
] [formerly9324bece92
] [formerlyee4c282df3
[formerly9324bece92
[formerly 5255505bb000e1ca212894e92de20f7d3cc41618]]]] Former-commit-id:ee4c282df3
Former-commit-id:71ff8991cd
[formerly136b2865bd
] [formerly b4dce2844b5b0eafc0374d2134c69ebf6925fbc7 [formerly700fe6e8e2
]] Former-commit-id: dfef429fe84f9bb7b928cc0fb2d981204c70b6c7 [formerlya7b89f4651
] Former-commit-id:5059613581
This commit is contained in:
parent
77af49faf1
commit
25503c4831
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,8 @@ import com.vividsolutions.jts.geom.GeometryFactory;
|
||||||
* Date Ticket# Engineer Description
|
* Date Ticket# Engineer Description
|
||||||
* ------------ ---------- ----------- --------------------------
|
* ------------ ---------- ----------- --------------------------
|
||||||
* Jul 28, 2009 snaples Initial creation
|
* Jul 28, 2009 snaples Initial creation
|
||||||
|
* Dec 23, 2013 16329 snaples Added target assignment to paintInternal().
|
||||||
|
*
|
||||||
*
|
*
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
@ -359,6 +361,8 @@ public class DisplayMeanArealPrecipResource extends
|
||||||
}
|
}
|
||||||
|
|
||||||
Set<DisplayMode> mode = displayMgr.getDisplayMode();
|
Set<DisplayMode> mode = displayMgr.getDisplayMode();
|
||||||
|
|
||||||
|
target = aTarget;
|
||||||
|
|
||||||
if (mode.contains(DisplayMode.Image)) {
|
if (mode.contains(DisplayMode.Image)) {
|
||||||
if (gridDisplay == null) {
|
if (gridDisplay == null) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue