Omaha #3937 - Removed UELE - Index out of bounds.
Former-commit-id: 039a382cf7a891cecdc7bbb1b0b5d83e02a7df13
This commit is contained in:
parent
ac952bc760
commit
da0d46ad81
1 changed files with 3 additions and 0 deletions
|
@ -1301,6 +1301,9 @@ public abstract class MonitoringAreaConfigDlg extends CaveSWTDialog implements
|
|||
* Handles the monitor area list selection.
|
||||
*/
|
||||
private void handleMonitorAreaListSelection() {
|
||||
if (monitorAreaList.getSelectionIndex() == -1) {
|
||||
return;
|
||||
}
|
||||
if (mode == Mode.Zone) {
|
||||
String zone = monitorAreaList.getItem(monitorAreaList
|
||||
.getSelectionIndex());
|
||||
|
|
Loading…
Add table
Reference in a new issue