Change-Id: I657d872f612475ccf21cdd3c08f8075180ec192a

Former-commit-id: f850a0f028 [formerly 56deadaa00] [formerly 709dc589ce] [formerly b303d1ecbb [formerly 709dc589ce [formerly 656f31b7df8a805e7f38a02c29bce05a1bcff639]]]
Former-commit-id: b303d1ecbb
Former-commit-id: 5b75568ed0d2838de52b4dfef9a67b303ce27104 [formerly 38500e5d21]
Former-commit-id: fa35b8598b
This commit is contained in:
steve.naples 2014-01-30 20:58:53 +00:00
parent af698fa0f4
commit b94f554731

View file

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