diff options
author | Tom Schindl | 2015-03-27 08:53:03 +0000 |
---|---|---|
committer | Tom Schindl | 2015-03-27 08:53:03 +0000 |
commit | 149bfc505d6dcf828be55390710449a5e6d86608 (patch) | |
tree | 021a0cbbf1d0ddb7efd0e05030a8b0fdd598e867 /experimental | |
parent | d9ca3733cb95c33d783733bcf156b65a45f21f7e (diff) | |
download | org.eclipse.efxclipse-149bfc505d6dcf828be55390710449a5e6d86608.tar.gz org.eclipse.efxclipse-149bfc505d6dcf828be55390710449a5e6d86608.tar.xz org.eclipse.efxclipse-149bfc505d6dcf828be55390710449a5e6d86608.zip |
removed debug
Diffstat (limited to 'experimental')
-rw-r--r-- | experimental/swt/org.eclipse.fx.runtime.swt/src/org/eclipse/swt/graphics/GC.java | 1 |
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);
}
|