Ignore:
Timestamp:
Jan 9, 2019 6:16:00 AM (5 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
Children:
c3fc919
Parents:
33c0561
Message:

Set the parent correctly for constraint widgets so window icons show up.
Return empty list, so reporting is possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/ComplexConstraint.py

    r33c0561 rcf9f39e  
    2626    constraintReadySignal = QtCore.pyqtSignal(tuple) 
    2727    def __init__(self, parent=None, tabs=None): 
    28         super(ComplexConstraint, self).__init__() 
     28        super(ComplexConstraint, self).__init__(parent) 
    2929 
    3030        self.setupUi(self) 
Note: See TracChangeset for help on using the changeset viewer.