Révision 1602

tmp/org.txm.chartsengine.jfreechart.rcp/src/org/txm/chartsengine/jfreechart/rcp/events/DefaultChartMouseListener.java (revision 1602)
256 256
					
257 257
				}
258 258
				
259
				// FIXME: SJ: temporary workaround to fix the popup menu visibility bug on Linux
259
				// FIXME: SJ: temporary workaround to fix the popup menu visibility bug on Linux/Gnome (see: http://forge.cbp.ens-lyon.fr/redmine/issues/1519)
260 260
				if(OSDetector.isFamilyUnix() && event.getTrigger().getButton() == MouseEvent.BUTTON3)	{
261 261
					chartComponent.getChartEditor().getComposite().getMenu().setVisible(true);
262 262
					Log.finest("DefaultChartMouseListener.chartMouseClicked(...).new Runnable() {...}.run(): special menu visibility Linux/Gnome bug fix.");

Formats disponibles : Unified diff