Changeset 454670d in sasview for src/sas/qtgui/DataExplorer.py


Ignore:
Timestamp:
Apr 6, 2017 3:33:44 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
2155824
Parents:
f182f93
Message:

Allow for multiple datasets to be opened by the fitting perspective

File:
1 edited

Legend:

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

    r9f25bce r454670d  
    627627        # Notify the progress bar that the updates are over. 
    628628        self.communicator.progressBarUpdateSignal.emit(-1) 
     629        self.communicator.statusBarUpdateSignal.emit(message) 
    629630 
    630631        return output, message 
Note: See TracChangeset for help on using the changeset viewer.