Révision 1990
tmp/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/editors/ChartEditor.java (revision 1990) | ||
---|---|---|
362 | 362 |
@Override |
363 | 363 |
public void setFocus() { |
364 | 364 |
|
365 |
// FIXME: SJ: old code, temporary disabled |
|
365 | 366 |
// Debug |
366 |
Log.finest("ChartEditor.setFocus(): giving focus to chart composite..."); //$NON-NLS-1$ |
|
367 |
// Log.finest("ChartEditor.setFocus(): giving focus to chart composite..."); //$NON-NLS-1$ |
|
368 |
// |
|
369 |
// this.parent.setFocus(); |
|
370 |
// super.setFocus(); |
|
371 |
// |
|
372 |
// this.chartComposite.setFocus(); |
|
367 | 373 |
|
368 |
this.parent.setFocus(); |
|
374 |
|
|
375 |
|
|
376 |
// SJ: new code |
|
369 | 377 |
super.setFocus(); |
370 |
|
|
371 |
this.chartComposite.setFocus(); |
|
372 | 378 |
|
373 | 379 |
} |
374 | 380 |
|
Formats disponibles : Unified diff