diff options
author | Sven Gothel <[email protected]> | 2023-05-14 15:27:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-05-14 15:27:06 +0200 |
commit | e01bfdc83c70ca63d52dee086a5c8584d7662252 (patch) | |
tree | b7a3bdce249f9e1ab3a60920b087af2a0c7f279c | |
parent | fd575243e2c8754bc4580526de05462761c320ab (diff) |
HiDPI: Revert WindowImpl.applySoftPixelScale()'s if( DEBUG...) { ..; dumpStack(); }
-rw-r--r-- | src/newt/classes/jogamp/newt/WindowImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newt/classes/jogamp/newt/WindowImpl.java b/src/newt/classes/jogamp/newt/WindowImpl.java index 8632dc5f4..0a8bc0e63 100644 --- a/src/newt/classes/jogamp/newt/WindowImpl.java +++ b/src/newt/classes/jogamp/newt/WindowImpl.java @@ -2973,7 +2973,7 @@ public abstract class WindowImpl implements Window, NEWTEventConsumer boolean res = false; if( DEBUG_IMPLEMENTATION ) { System.err.println("Window.SoftPixelScale.0a: req "+reqPixelScale[0]+", has "+hasPixelScale[0]+", new "+newPixelScale[0]+" - "+getThreadName()); - Thread.dumpStack(); + // Thread.dumpStack(); } synchronized( scaleLock ) { try { |