Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 348662 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/graphiti/ui/internal/parts/PictogramElementDelegate.java (+4 lines)
Lines 608-613 Link Here
608
				Label ttf = new Label(toolTip);
608
				Label ttf = new Label(toolTip);
609
				figure.setToolTip(ttf);
609
				figure.setToolTip(ttf);
610
			}
610
			}
611
			else {
612
				figure.setToolTip(null);
613
			}
614
				
611
		}
615
		}
612
	}
616
	}
613
617

Return to bug 348662