Skip to content

Commit b67ce10

Browse files
committed
Add "hola" (remove it)
1 parent 27e02e0 commit b67ce10

File tree

1 file changed

+1
-0
lines changed
  • bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/statushandlers

1 file changed

+1
-0
lines changed

bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/statushandlers/SupportTray.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ private void createImages() {
151151
}
152152

153153
private ImageGcDrawer createCloseButtonDrawer(Color fillColor, Color borderColor) {
154+
System.out.println("Hola");
154155
int[] closeButtonPolygon = new int[] { 3, 3, 5, 3, 7, 5, 8, 5, 10, 3, 12, 3, 12, 5, 10, 7, 10, 8, 12, 10, 12,
155156
12, 10, 12, 8, 10, 7, 10, 5, 12, 3, 12, 3, 10, 5, 8, 5, 7, 3, 5 };
156157
return new ImageGcDrawer() {

0 commit comments

Comments
 (0)