Ignore:
Timestamp:
Oct 21, 2011 4:21:06 PM (13 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
727a710
Parents:
43ede45
Message:

dialog fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • invariantview/src/sans/perspectives/invariant/invariant_widgets.py

    r9cec2dd r6813da7d  
    105105        wx.Dialog.__init__(self, parent, *args, **kwds) 
    106106        self.list_of_ctrl = [] 
    107         if not data_list: 
    108             return  
    109107        self._sizer_main = wx.BoxSizer(wx.VERTICAL) 
    110108        self._sizer_txt = wx.BoxSizer(wx.VERTICAL) 
     
    121119        layout the dialog 
    122120        """ 
    123         if not data_list or len(data_list) <= 1: 
    124             return  
    125121        #add text 
    126122        if text.strip() == "": 
Note: See TracChangeset for help on using the changeset viewer.