Changeset c846f36 in sasview


Ignore:
Timestamp:
Oct 20, 2011 9:46:02 AM (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:
fe10df5
Parents:
f6f75da
Message:

another fix c error on plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansguiframe/src/sans/guiframe/gui_manager.py

    r67e405b rc846f36  
    10261026        if style1 == GUIFRAME.FIXED_PANEL: 
    10271027            self._mgr.AddPane(p, wx.aui.AuiPaneInfo(). 
    1028                               Name(windowname). 
    1029                               Caption(caption). 
     1028                              Name(p.window_name). 
     1029                              Caption(p.window_caption). 
    10301030                              Position(10). 
    10311031                              Floatable(). 
     
    10431043        elif style2 == GUIFRAME.FLOATING_PANEL: 
    10441044            self._mgr.AddPane(p, wx.aui.AuiPaneInfo(). 
    1045                               Name(windowname).Caption(caption). 
     1045                              Name(p.window_name).Caption(p.window_caption). 
    10461046                              MinimizeButton(). 
    10471047                              Resizable(True). 
Note: See TracChangeset for help on using the changeset viewer.