aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-14 15:27:06 +0200
committerSven Gothel <[email protected]>2023-05-14 15:27:06 +0200
commite01bfdc83c70ca63d52dee086a5c8584d7662252 (patch)
treeb7a3bdce249f9e1ab3a60920b087af2a0c7f279c
parentfd575243e2c8754bc4580526de05462761c320ab (diff)
HiDPI: Revert WindowImpl.applySoftPixelScale()'s if( DEBUG...) { ..; dumpStack(); }
-rw-r--r--src/newt/classes/jogamp/newt/WindowImpl.java2
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 {