Skip to content

Commit

Permalink
Removed duplicated call to applyHiDPIOnFonts
Browse files Browse the repository at this point in the history
  • Loading branch information
damage92 authored and vlsi committed Dec 8, 2024
1 parent 083d6fe commit 5d97781
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/src/main/java/org/apache/jmeter/JMeterGuiLauncher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ public object JMeterGuiLauncher {
// Allow UI updates
yield()
}
setProgress(1)
JMeterUtils.applyHiDPIOnFonts()
log.debug("Setup tree")
setProgress(5)
val treeModel = JMeterTreeModel()
Expand Down

0 comments on commit 5d97781

Please sign in to comment.