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;
|
running = false;
|
||||||
terminateImediately = true;
|
terminateImediately = true;
|
||||||
quitAfterShutdown = true;
|
quitAfterShutdown = true;
|
||||||
mainThread.interrupt();
|
if( state != Options.AppState.QUITING ) {
|
||||||
|
mainThread.interrupt();
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
quit(true);
|
quit(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user