Révision 2047
tmp/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/swt/SwingChartComposite.java (revision 2047) | ||
---|---|---|
593 | 593 |
// (Progression query, Specificities chart banality, etc.) |
594 | 594 |
// see: http://forge.cbp.ens-lyon.fr/redmine/issues/2548 |
595 | 595 |
if(OSDetector.isFamilyUnix()) { |
596 |
if (!((Component) getChartComponent()).contains(e.getPoint())) { |
|
596 |
if ( |
|
597 |
((Component) chartComponent).isFocusOwner() |
|
598 |
&& |
|
599 |
!((Component) getChartComponent()).contains(e.getPoint())) { |
|
597 | 600 |
|
598 | 601 |
// TODO Auto-generated method stub |
599 | 602 |
// Component f = |
Formats disponibles : Unified diff