From d4e01bcfaddd04e2efb3992b1bb52de690cfee90 Mon Sep 17 00:00:00 2001 From: Roger Ferrel Date: Mon, 24 Sep 2012 09:31:00 -0500 Subject: [PATCH] Issue #1196 Changes for AlarmAlertDlg Change-Id: Icfaf604b064119548898dd100cbd3fba2d1303f7 Former-commit-id: 22fa512d23438de5365e0b28a2bbf6b45dc97aa9 [formerly 619acbe3332aee9bb8996cb5c5b82abd4dd5b92c] [formerly 22fa512d23438de5365e0b28a2bbf6b45dc97aa9 [formerly 619acbe3332aee9bb8996cb5c5b82abd4dd5b92c] [formerly 7280dc6167f3f24ee564982aa7f745ad88e6d26f [formerly c68e9d4f7cfb0e0e9e46c789c69e40e931b2ee2e]]] Former-commit-id: 7280dc6167f3f24ee564982aa7f745ad88e6d26f Former-commit-id: 771676c51d81ede81791af1c11bd635090850d8e [formerly 020bcd91eab24e57bb89599811550dfb25a24238] Former-commit-id: 9d87d39ca0a701c72405f24ff6c7d6b93ea6395e --- .../viz/texteditor/alarmalert/dialogs/AlarmAlertDlg.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cave/com.raytheon.viz.texteditor/src/com/raytheon/viz/texteditor/alarmalert/dialogs/AlarmAlertDlg.java b/cave/com.raytheon.viz.texteditor/src/com/raytheon/viz/texteditor/alarmalert/dialogs/AlarmAlertDlg.java index 833a0aa8a2..f934a7a059 100644 --- a/cave/com.raytheon.viz.texteditor/src/com/raytheon/viz/texteditor/alarmalert/dialogs/AlarmAlertDlg.java +++ b/cave/com.raytheon.viz.texteditor/src/com/raytheon/viz/texteditor/alarmalert/dialogs/AlarmAlertDlg.java @@ -135,7 +135,8 @@ public class AlarmAlertDlg extends CaveSWTDialog { * @param parentShell */ protected AlarmAlertDlg(Shell parentShell) { - super(parentShell, SWT.RESIZE, CAVE.PERSPECTIVE_INDEPENDENT); + super(parentShell, SWT.RESIZE, CAVE.PERSPECTIVE_INDEPENDENT + | CAVE.DO_NOT_BLOCK); setText("(init) Alarm/Alert and Proximity Alarm Products"); }