Changeset 3717470 in sasview


Ignore:
Timestamp:
Sep 24, 2018 2:27:30 AM (6 years ago)
Author:
rozyczko <piotrrozyczko@…>
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:
96e8e39
Parents:
dad086f
Message:

Set the tooltip for batch fitting tabs properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/GridPanel.py

    r4fbf0db r3717470  
    5757        if output_data is not None: 
    5858            # Set a table tooltip describing the model 
    59             model_name = list(output_data.keys())[0] 
     59            model_name = output_data[0][0].model.id 
    6060            self.tabWidget.setTabToolTip(0, model_name) 
    6161 
Note: See TracChangeset for help on using the changeset viewer.