GabrieleC commented on code in PR #6333: URL: https://github.com/apache/jmeter/pull/6333#discussion_r1858773777
########## src/core/src/main/java/org/apache/jmeter/JMeterGuiLauncher.kt: ########## @@ -83,6 +83,7 @@ public object JMeterGuiLauncher { } private suspend fun startGuiInternal(testFile: String?) { + JMeterUtils.applyHiDPIOnFonts() Review Comment: The call has to be made before `setupLaF()` to apply HiDPI configuration on startup. Didn't see the old call, now I updated the branch to remove it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org