Révision 1593
tmp/org.txm.chartsengine.jfreechart.rcp/src/org/txm/chartsengine/jfreechart/rcp/swt/JFCComposite.java (revision 1593) | ||
---|---|---|
15 | 15 |
|
16 | 16 |
/** |
17 | 17 |
* JFreeChart SWT composite. |
18 |
* |
|
18 | 19 |
* @author sjacquot |
19 | 20 |
* |
20 | 21 |
*/ |
... | ... | |
29 | 30 |
public JFCComposite(ChartEditor chartEditor, Composite parent) { |
30 | 31 |
//super(chartEditor, parent, SWT.EMBEDDED | SWT.NO_BACKGROUND); |
31 | 32 |
super(chartEditor, parent, SWT.EMBEDDED); |
32 |
//super(parent, SWT.EMBEDDED | SWT.NO_MERGE_PAINTS | SWT.NO_BACKGROUND); // do not fix the transparency problem |
|
33 |
//super(parent, SWT.EMBEDDED | SWT.NO_MERGE_PAINTS | SWT.NO_BACKGROUND); // do not fix the tooltips transparency problem
|
|
33 | 34 |
} |
34 | 35 |
|
35 | 36 |
|
Formats disponibles : Unified diff