mirror of https://github.com/apache/jmeter.git
Removed duplicated call to applyHiDPIOnFonts
This commit is contained in:
parent
083d6fe15c
commit
5d9778129a
|
|
@ -93,8 +93,6 @@ public object JMeterGuiLauncher {
|
|||
// Allow UI updates
|
||||
yield()
|
||||
}
|
||||
setProgress(1)
|
||||
JMeterUtils.applyHiDPIOnFonts()
|
||||
log.debug("Setup tree")
|
||||
setProgress(5)
|
||||
val treeModel = JMeterTreeModel()
|
||||
|
|
|
|||
Loading…
Reference in New Issue