Révision 1805
tmp/org.txm.ca.rcp/src/org/txm/ca/rcp/editors/CAEditor.java (revision 1805) | ||
---|---|---|
62 | 62 |
import org.txm.rcp.editors.TXMMultiPageEditor; |
63 | 63 |
import org.txm.rcp.editors.TXMResultEditorInput; |
64 | 64 |
import org.txm.rcp.messages.TXMUIMessages; |
65 |
import org.txm.utils.OSDetector; |
|
65 | 66 |
import org.txm.utils.logger.Log; |
66 | 67 |
|
67 | 68 |
/** |
... | ... | |
200 | 201 |
|
201 | 202 |
CAFactorialMapChartEditor chartEditor = (CAFactorialMapChartEditor) editors.get(0); |
202 | 203 |
((CAChartCreator) chartEditor.getResult().getChartCreator()).updateChartCAFactorialMapHighlightPoints(chartEditor.getChart(), (e.getSource() == getRowsInfosEditor().getViewer()), selectedLabels); |
204 |
|
|
205 |
// SJ: fix a Linux bug with MultiPageEditorPart () |
|
206 |
if(OSDetector.isFamilyUnix()) { |
|
207 |
table.getParent().setFocus(); |
|
208 |
} |
|
209 |
|
|
210 |
|
|
203 | 211 |
} |
204 | 212 |
}; |
205 | 213 |
|
Formats disponibles : Unified diff