ASM #120
Change-Id: I657d872f612475ccf21cdd3c08f8075180ec192a Former-commit-id: 656f31b7df8a805e7f38a02c29bce05a1bcff639
This commit is contained in:
parent
91c3468462
commit
709dc589ce
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
|
||||
* longer be divided by 100.
|
||||
* Sep 11, 2013 #2353 lvenable Fixed cursor memory leak.
|
||||
* Jan 29, 2014 16561 snaples Updated processDrawPrecipValue to remove polygon wireframe after setting value.
|
||||
*
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -739,6 +741,7 @@ public class DrawPolygonDlg extends CaveSWTDialog {
|
|||
polygonEdits.add(newEdit);
|
||||
PolygonEditManager.writePolygonEdits(displayedField, editDate,
|
||||
polygonEdits);
|
||||
resource.clearPolygons();
|
||||
} finally {
|
||||
shell.setCursor(prevCursor);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue