Omaha #3937 - Removed UELE - Index out of bounds.
Former-commit-id:da0d46ad81
[formerlyc215b4c91b
[formerly 039a382cf7a891cecdc7bbb1b0b5d83e02a7df13]] Former-commit-id:c215b4c91b
Former-commit-id:13ef257a0d
This commit is contained in:
parent
cbc8c0d72d
commit
f8dd337ebb
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.
|
* Handles the monitor area list selection.
|
||||||
*/
|
*/
|
||||||
private void handleMonitorAreaListSelection() {
|
private void handleMonitorAreaListSelection() {
|
||||||
|
if (monitorAreaList.getSelectionIndex() == -1) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (mode == Mode.Zone) {
|
if (mode == Mode.Zone) {
|
||||||
String zone = monitorAreaList.getItem(monitorAreaList
|
String zone = monitorAreaList.getItem(monitorAreaList
|
||||||
.getSelectionIndex());
|
.getSelectionIndex());
|
||||||
|
|
Loading…
Add table
Reference in a new issue