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
|
// Allow UI updates
|
||||||
yield()
|
yield()
|
||||||
}
|
}
|
||||||
setProgress(1)
|
|
||||||
JMeterUtils.applyHiDPIOnFonts()
|
|
||||||
log.debug("Setup tree")
|
log.debug("Setup tree")
|
||||||
setProgress(5)
|
setProgress(5)
|
||||||
val treeModel = JMeterTreeModel()
|
val treeModel = JMeterTreeModel()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue