mirror of
https://github.com/jneug/zeichenmaschine.git
synced 2026-04-14 14:43:33 +02:00
Versuch den Interrupt von dispose() zu verhindern
This commit is contained in:
@@ -533,7 +533,9 @@ public class Zeichenmaschine extends Constants {
|
||||
running = false;
|
||||
terminateImediately = true;
|
||||
quitAfterShutdown = true;
|
||||
if( state != Options.AppState.QUITING ) {
|
||||
mainThread.interrupt();
|
||||
}
|
||||
} else {
|
||||
quit(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user