Ignore:
Timestamp:
Oct 4, 2018 3:26:00 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
37b34a3
Parents:
e258c53
Message:

Added missed q range display formatting

File:
1 edited

Legend:

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

    ra80e182 ra486918  
    3232            import logging 
    3333            logging.error("Application failed with: "+str(ex)) 
    34             print("Application failed with: ", str(ex)) 
    3534 
    3635    def closeEvent(self, event): 
     
    3938        else: 
    4039            event.ignore() 
    41  
    4240 
    4341def SplashScreen(): 
Note: See TracChangeset for help on using the changeset viewer.