Révision 1866
tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/editors/ConcordanceEditor.java (revision 1866) | ||
---|---|---|
1147 | 1147 |
concordance.setTopIndex(0); |
1148 | 1148 |
try { |
1149 | 1149 |
refresh(true); |
1150 |
viewer.getTable().setTopIndex(0); |
|
1150 | 1151 |
} catch (Exception e1) { |
1151 | 1152 |
// TODO Auto-generated catch block |
1152 | 1153 |
e1.printStackTrace(); |
... | ... | |
1168 | 1169 |
concordance.setTopIndex(top); |
1169 | 1170 |
try { |
1170 | 1171 |
refresh(true); |
1172 |
viewer.getTable().setTopIndex(0); |
|
1171 | 1173 |
} catch (Exception e1) { |
1172 | 1174 |
// TODO Auto-generated catch block |
1173 | 1175 |
e1.printStackTrace(); |
... | ... | |
1186 | 1188 |
concordance.setTopIndex(concordance.getTopIndex() + concordance.getNLinePerPage()); |
1187 | 1189 |
try { |
1188 | 1190 |
refresh(true); |
1191 |
viewer.getTable().setTopIndex(0); |
|
1189 | 1192 |
} catch (Exception e1) { |
1190 | 1193 |
// TODO Auto-generated catch block |
1191 | 1194 |
e1.printStackTrace(); |
... | ... | |
1207 | 1210 |
concordance.setTopIndex(top); |
1208 | 1211 |
try { |
1209 | 1212 |
refresh(true); |
1213 |
viewer.getTable().setTopIndex(0); |
|
1210 | 1214 |
} catch (Exception e1) { |
1211 | 1215 |
// TODO Auto-generated catch block |
1212 | 1216 |
e1.printStackTrace(); |
Formats disponibles : Unified diff