Ignore:
Timestamp:
Oct 29, 2018 3:56:39 PM (5 years ago)
Author:
piotr
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:
f5cec7c
Parents:
6216eb75
Message:

Minor improvements after RH's review. SASVIEW-275

File:
1 edited

Legend:

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

    r722b7d6 r0c83303  
    836836        self.results_frame.setVisible(True) 
    837837        if output_data: 
    838             self.results_panel.onPlotResults(output_data) 
     838            self.results_panel.onPlotResults(output_data, optimizer=self.perspective().optimizer) 
    839839 
    840840    def actionAdd_Custom_Model(self): 
Note: See TracChangeset for help on using the changeset viewer.