Changeset a0f5c36 in sasview


Ignore:
Timestamp:
Mar 24, 2017 3:25:52 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:
a9b568c
Parents:
9934e48
Message:

Correct filename in the widget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FittingWidget.py

    rb1e36a3 ra0f5c36  
    152152        # Tag along functionality 
    153153        self.label.setText("Data loaded from: ") 
    154         self.lblFilename.setText(self.logic.data.title) 
     154        self.lblFilename.setText(self.logic.data.filename) 
    155155        self.updateQRange() 
    156156        self.cmdFit.setEnabled(True) 
Note: See TracChangeset for help on using the changeset viewer.