未验证 提交 7e0fafba 编写于 作者: J Jiaxin Peng 提交者: GitHub

fix(gui): fix broken FileDialog by using legacy sort (#1628)(PR #1630)

#1628 #1606 #1213 #1574 #1552
上级 57b9c1dd
......@@ -42,7 +42,8 @@ application {
mainClass.set('jadx.gui.JadxGUI')
// The option -XX:+UseG1GC is only relevant for Java 8. Starting with Java 9 G1GC is already the default GC
applicationDefaultJvmArgs = ['-Xms128M', '-XX:MaxRAMPercentage=70.0', '-XX:+UseG1GC',
'-Dawt.useSystemAAFontSettings=lcd', '-Dswing.aatext=true']
'-Dawt.useSystemAAFontSettings=lcd', '-Dswing.aatext=true',
'-Djava.util.Arrays.useLegacyMergeSort=true']
}
applicationDistribution.with {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册