Changeset 304d082 in sasview for src/sas/qtgui/Plotting/Plotter2D.py


Ignore:
Timestamp:
Oct 31, 2017 8:00:59 AM (6 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:
6280464
Parents:
0849aec
Message:

More functionality conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotting/Plotter2D.py

    r0849aec r304d082  
    243243        self.slicer_widget.close_signal.connect(slicer_closed) 
    244244        # Add the plot to the workspace 
    245         self.manager.parent.workspace().addWindow(self.slicer_widget) 
     245        self.manager.parent.workspace().addSubWindow(self.slicer_widget) 
    246246 
    247247        self.slicer_widget.show() 
     
    344344        self.boxwidget = BoxSum(self, model=self.box_sum_model) 
    345345        # Add the plot to the workspace 
    346         self.manager.parent.workspace().addWindow(self.boxwidget) 
     346        self.manager.parent.workspace().addSubWindow(self.boxwidget) 
    347347        self.boxwidget.show() 
    348348 
Note: See TracChangeset for help on using the changeset viewer.