Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/swt/org.eclipse.fx.runtime.swt/src/org/eclipse/swt/graphics/GC.java')
-rw-r--r--experimental/swt/org.eclipse.fx.runtime.swt/src/org/eclipse/swt/graphics/GC.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/experimental/swt/org.eclipse.fx.runtime.swt/src/org/eclipse/swt/graphics/GC.java b/experimental/swt/org.eclipse.fx.runtime.swt/src/org/eclipse/swt/graphics/GC.java
index 4917aa178..a76bd49a4 100644
--- a/experimental/swt/org.eclipse.fx.runtime.swt/src/org/eclipse/swt/graphics/GC.java
+++ b/experimental/swt/org.eclipse.fx.runtime.swt/src/org/eclipse/swt/graphics/GC.java
@@ -439,6 +439,7 @@ public class GC extends Resource {
}
public Point stringExtent(String string) {
+ System.err.println(string);
return gc.stringExtent(string);
}

Back to the top