mirror of https://github.com/rusefi/RomRaider.git
fixed some swing threading issues
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@487 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
parent
4991d77715
commit
fe0a17bf3e
|
@ -38,7 +38,7 @@ public class ECUExec {
|
||||||
public static void main(String args[]) {
|
public static void main(String args[]) {
|
||||||
|
|
||||||
// check for dodgy threading - dev only
|
// check for dodgy threading - dev only
|
||||||
//RepaintManager.setCurrentManager(new ThreadCheckingRepaintManager());
|
// RepaintManager.setCurrentManager(new ThreadCheckingRepaintManager(true));
|
||||||
|
|
||||||
// try create socket listener for shell opening new files
|
// try create socket listener for shell opening new files
|
||||||
ServerSocket sock = null; // original server socket
|
ServerSocket sock = null; // original server socket
|
||||||
|
|
Loading…
Reference in New Issue