Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/MainWindow.py

    r33c0561 rd541324e  
    5656    app = QApplication([]) 
    5757 
     58    # Make the event loop interruptable quickly 
     59    import signal 
     60    signal.signal(signal.SIGINT, signal.SIG_DFL) 
     61 
    5862    # Main must have reference to the splash screen, so making it explicit 
    5963    splash = SplashScreen() 
Note: See TracChangeset for help on using the changeset viewer.