Ignore:
Timestamp:
Apr 25, 2013 4:16:58 PM (11 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:
523f828
Parents:
8833c77
Message:

Instead of mdi, use wxframe on linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • calculatorview/src/sans/perspectives/calculator/gen_scatter_panel.py

    re35534f rd0923a3  
    3535from sans.perspectives.calculator.load_thread import GenReader 
    3636from danse.common.plottools.arrow3d import Arrow3D 
     37from sans.perspectives.calculator import calculator_widgets as widget    
    3738 
    3839_BOX_WIDTH = 76 
     
    17911792        return flag 
    17921793 
    1793 class SasGenWindow(wx.MDIChildFrame): 
     1794class SasGenWindow(widget.CHILD_FRAME): 
    17941795    """ 
    17951796    GEN SAS main window 
     
    18091810        kwds['size'] = size 
    18101811        kwds['title'] = title 
    1811         wx.MDIChildFrame.__init__(self, parent, *args, **kwds) 
     1812        widget.CHILD_FRAME.__init__(self, parent, *args, **kwds) 
    18121813        self.parent = parent 
    18131814        self.base = manager 
Note: See TracChangeset for help on using the changeset viewer.