Changeset 18b7ecb9 in sasview for src/sas/sasgui/guiframe


Ignore:
Timestamp:
Oct 7, 2016 2:26:18 PM (8 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
ed9f872, 1f648cf8
Parents:
48b8f6d
git-author:
Piotr Rozyczko <rozyczko@…> (10/07/16 14:24:39)
git-committer:
Piotr Rozyczko <rozyczko@…> (10/07/16 14:26:18)
Message:

Save Analysis improvements. Fixed #629

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/guiframe/panel_base.py

    rd85c194 r18b7ecb9  
    317317        """ 
    318318        return self._drag_flag 
    319      
     319 
     320    def _set_analysis(self, flag): 
     321        """ 
     322        Set the Analysis Save state flag and informs the manager 
     323        so it refreshes the menu/whole panel 
     324        """ 
     325        self._set_save_flag(flag) 
     326        if self._manager is not None: 
     327            wx.PostEvent(self._manager.parent, PanelOnFocusEvent(panel=self)) 
     328 
    320329    def _set_reset_flag(self, flag=True): 
    321330        """ 
Note: See TracChangeset for help on using the changeset viewer.