Révision 1978
| tmp/org.txm.specificities.rcp/src/org/txm/specificities/rcp/handlers/ComputeSpecifities.java (revision 1978) | ||
|---|---|---|
| 95 | 95 |
} |
| 96 | 96 |
specificities = new Specificities(lexicalTable); |
| 97 | 97 |
|
| 98 |
// show the lexical table only if the command was called from a lexical table |
|
| 99 | 98 |
if(!(selection instanceof LexicalTable)) {
|
| 99 |
// show the lexical table only if the command was called from a lexical table |
|
| 100 | 100 |
lexicalTable.setVisible(false); |
| 101 |
// also change the default fmin/vmax parameters to cover whole range |
|
| 102 |
lexicalTable.setFMinFilter(1); |
|
| 103 |
lexicalTable.setVMaxFilter(9999999); |
|
| 101 | 104 |
} |
| 102 | 105 |
} |
| 103 | 106 |
|
Formats disponibles : Unified diff