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


Ignore:
Timestamp:
Nov 5, 2018 9:23:28 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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:
b9ab979
Parents:
671d2fc8
Message:

Minor widget resize for better plot visibility in Mask Editor.
Also, fixed a missing reference.

File:
1 edited

Legend:

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

    rf5cec7c ra0ad146  
    281281        new_plot.id = "Circ avg " + self.data.name 
    282282        new_plot.is_data = True 
     283        item = self._item 
    283284        if self._item.parent() is not None: 
    284285            item = self._item.parent() 
Note: See TracChangeset for help on using the changeset viewer.