Changeset f72b143 in sasview for guiframe


Ignore:
Timestamp:
Apr 22, 2011 6:26:41 PM (14 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:
5342eb8
Parents:
60ad58b0
Message:

removed bt_remove bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guiframe/data_panel.py

    r9f4c579 rf72b143  
    266266        wx.EVT_BUTTON(self, self.bt_add.GetId(), self._load_data) 
    267267        #self.bt_remove = wx.Button(self, wx.NewId(), "Remove Data") 
    268        # self.bt_remove.SetToolTipString("Remove data from the application") 
    269        # wx.EVT_BUTTON(self, self.bt_remove.GetId(), self.on_remove) 
     268        #self.bt_remove.SetToolTipString("Remove data from the application") 
     269        #wx.EVT_BUTTON(self, self.bt_remove.GetId(), self.on_remove) 
    270270        self.bt_import = wx.Button(self, wx.NewId(), "Send To") 
    271271        self.bt_import.SetToolTipString("Send set of Data to active perspective") 
     
    305305        self.sizer3.Add(self.bt_add,( iy, ix),(1,1),   
    306306                             wx.LEFT|wx.EXPAND|wx.ADJUST_MINSIZE, 5) 
    307         ix += 1           
    308         self.sizer3.Add(self.bt_remove,( iy, ix),(1,1),   
    309                              wx.EXPAND|wx.ADJUST_MINSIZE, 0)   
     307        #ix += 1           
     308        #self.sizer3.Add(self.bt_remove,( iy, ix),(1,1),   
     309        #                     wx.EXPAND|wx.ADJUST_MINSIZE, 0)   
    310310        ix = 0    
    311311        iy += 1 
     
    871871        enable or disable remove button 
    872872        """ 
     873        return 
    873874        n_t = self.tree_ctrl.GetCount() 
    874875        n_t_t = self.tree_ctrl_theory.GetCount() 
Note: See TracChangeset for help on using the changeset viewer.