Ignore:
Timestamp:
Sep 20, 2018 12:44:12 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
ticket-1094-headless
Children:
1dc134e6
Parents:
a072198 (diff), 912e645 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into ticket-1094-headless

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/fitpage.py

    re870702 r840ac87  
    705705 
    706706                        ix = 3 
    707                         ctl2 = wx.TextCtrl(self, wx.ID_ANY, 
    708                                            size=(_BOX_WIDTH / 1.3, 20), 
    709                                            style=0) 
     707                        ctl2 = BGTextCtrl(self, wx.ID_ANY, 
     708                                           size=(_BOX_WIDTH / 1.3, 20)) 
    710709 
    711710                        self.sizer4_4.Add(ctl2, (iy, ix), (1, 1), 
     
    19971996        self.on_smear_helper() 
    19981997        self.on_set_focus(None) 
     1998        self.Layout() 
    19991999        self.Refresh() 
    20002000        # update model plot with new data information 
     
    28912891                        text2.Hide() 
    28922892                    ix += 1 
    2893                     ctl2 = wx.TextCtrl(self, wx.ID_ANY, 
    2894                                        size=(_BOX_WIDTH / 1.2, 20), style=0) 
     2893                    ctl2 = BGTextCtrl(self, wx.ID_ANY, 
     2894                                       size=(_BOX_WIDTH / 1.2, 20)) 
    28952895                    sizer.Add(ctl2, (iy, ix), (1, 1), 
    28962896                              wx.EXPAND | wx.ADJUST_MINSIZE, 0) 
Note: See TracChangeset for help on using the changeset viewer.