Change-Id: I657d872f612475ccf21cdd3c08f8075180ec192a

Former-commit-id: 656f31b7df8a805e7f38a02c29bce05a1bcff639
This commit is contained in:
steve.naples 2014-01-30 20:58:53 +00:00
parent 91c3468462
commit 709dc589ce

View file

@ -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);
}