Removed duplicated call to applyHiDPIOnFonts

This commit is contained in:
Gabriele Coletta 2024-11-26 16:13:13 +01:00 committed by Vladimir Sitnikov
parent 083d6fe15c
commit 5d9778129a
1 changed files with 0 additions and 2 deletions

View File

@ -93,8 +93,6 @@ public object JMeterGuiLauncher {
// Allow UI updates
yield()
}
setProgress(1)
JMeterUtils.applyHiDPIOnFonts()
log.debug("Setup tree")
setProgress(5)
val treeModel = JMeterTreeModel()