Comment 15 for bug 443426

Revision history for this message
frank (xujia19) wrote :

I guess this problem is caused by the signal listening thread, since it is started in main window's construction method (__init__), it may be conflict with main window's construction.

I modified the code and ci to svn already. Now the thread would be started after constructing the window, I hope it would fix this problem.