Révision 3343

TXM/trunk/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/swt/SwingChartComposite.java (revision 3343)
52 52
	
53 53
	
54 54
	
55
	// For reducing resize flickering on Windows
55
	// To reduce resize flickering on Windows
56 56
	static {
57 57
		try {
58 58
			System.setProperty("sun.awt.noerasebackground", "true"); //$NON-NLS-1$ //$NON-NLS-2$
......
319 319
							
320 320
							// FIXME: context menu
321 321
							if (
322
							
323
							e.getButton() == MouseEvent.BUTTON3
324
							// e.isPopupTrigger()
325
							) {
322
									
323
									e.getButton() == MouseEvent.BUTTON3
324
									// e.isPopupTrigger()
325
									) {
326 326
								
327 327
								// System.err.println("SWTChartsComponentsProvider.initializeAWTDelegationListeners(...).new MouseListener() {...}.mouseReleased(...).new Runnable() {...}.run(): AWT
328 328
								// popup trigger detected");
......
515 515
				
516 516
			}
517 517
		});
518
							
519
							
518
		
519
		
520 520
		// internal method to help tracking the focus events of frame and components to fix SWT/AWT bridge focus bugs
521 521
		// this.debug_initSWTAWTBridgeFocusBugsTests();
522 522
		

Formats disponibles : Unified diff