| 1 | 513,515c513,516
|
|---|
| 2 | < if (Boolean.TRUE.equals(getValue("active"))) {
|
|---|
| 3 | < exitMode();
|
|---|
| 4 | < }
|
|---|
| 5 | ---
|
|---|
| 6 | > // Do not call exitMode here, cause it is donne by Main.map.selectMapMode(...) below
|
|---|
| 7 | > //if (Boolean.TRUE.equals(getValue("active"))) {
|
|---|
| 8 | > // exitMode();
|
|---|
| 9 | > //}
|
|---|