ASM #120
Change-Id: I657d872f612475ccf21cdd3c08f8075180ec192a Former-commit-id:f850a0f028
[formerly56deadaa00
] [formerly709dc589ce
] [formerlyb303d1ecbb
[formerly709dc589ce
[formerly 656f31b7df8a805e7f38a02c29bce05a1bcff639]]] Former-commit-id:b303d1ecbb
Former-commit-id: 5b75568ed0d2838de52b4dfef9a67b303ce27104 [formerly38500e5d21
] Former-commit-id:fa35b8598b
This commit is contained in:
parent
af698fa0f4
commit
b94f554731
1 changed files with 3 additions and 0 deletions
|
@ -58,6 +58,8 @@ import com.raytheon.viz.ui.dialogs.CaveSWTDialog;
|
||||||
* with the "scale" action will no
|
* with the "scale" action will no
|
||||||
* longer be divided by 100.
|
* longer be divided by 100.
|
||||||
* Sep 11, 2013 #2353 lvenable Fixed cursor memory leak.
|
* Sep 11, 2013 #2353 lvenable Fixed cursor memory leak.
|
||||||
|
* Jan 29, 2014 16561 snaples Updated processDrawPrecipValue to remove polygon wireframe after setting value.
|
||||||
|
*
|
||||||
*
|
*
|
||||||
* </pre>
|
* </pre>
|
||||||
*
|
*
|
||||||
|
@ -739,6 +741,7 @@ public class DrawPolygonDlg extends CaveSWTDialog {
|
||||||
polygonEdits.add(newEdit);
|
polygonEdits.add(newEdit);
|
||||||
PolygonEditManager.writePolygonEdits(displayedField, editDate,
|
PolygonEditManager.writePolygonEdits(displayedField, editDate,
|
||||||
polygonEdits);
|
polygonEdits);
|
||||||
|
resource.clearPolygons();
|
||||||
} finally {
|
} finally {
|
||||||
shell.setCursor(prevCursor);
|
shell.setCursor(prevCursor);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue