mirror of
https://github.com/java-decompiler/jd-gui.git
synced 2024-12-03 10:10:55 +00:00
Possible a fix for closing the program
"File"->"Exit" or [Alt]+[X] don't closed the program, only the windows. I think, this should fix this bug. Don't know if it really works. Haven't tested it, because I have no experience with Groovy. Only with Java.
This commit is contained in:
parent
1e9a17d175
commit
3f559f1dc5
@ -50,7 +50,7 @@ actions {
|
||||
mnemonic:'x',
|
||||
accelerator:'alt X',
|
||||
shortDescription:'Quit this program',
|
||||
closure:{ mainFrame.dispose() }
|
||||
closure:{ System.exit(0) }
|
||||
)
|
||||
action(
|
||||
id:'copyAction',
|
||||
|
Loading…
Reference in New Issue
Block a user