Ignore:
Timestamp:
Jul 26, 2018 3:30:15 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
dc71408
Parents:
e793f62
git-author:
Piotr Rozyczko <rozyczko@…> (07/26/18 03:28:51)
git-committer:
Piotr Rozyczko <rozyczko@…> (07/26/18 03:30:15)
Message:

new unit test runner script + test fixes. SASVIEW-970

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Calculators/ResolutionCalculatorPanel.py

    rfa05c6c1 r144fe21  
    707707        Create a template for 2D data 
    708708        """ 
    709         self.plotter = Plotter2DWidget(self, quickplot=True) 
     709        self.plotter = Plotter2DWidget(self, manager=self.manager, quickplot=True) 
    710710        self.plotter.scale = 'linear' 
    711711        self.plotter.cmap = None 
Note: See TracChangeset for help on using the changeset viewer.