Changeset 225ed2d in sasview for sansguiframe/src/sans/guiframe
- Timestamp:
- Jun 4, 2012 2:59:27 PM (12 years ago)
- 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:
- ed09638
- Parents:
- 7c720e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansguiframe/src/sans/guiframe/panel_base.py
r46cec6c r225ed2d 57 57 58 58 self.group_id = None 59 self.Bind(EVT_NEW_BATCH, self.on_batch_selection) 60 self.Bind(wx.EVT_LEFT_DOWN, self.on_set_focus) 61 self.Bind(wx.EVT_TEXT_ENTER, self.on_set_focus) 62 self.Bind(wx.EVT_MIDDLE_DOWN, self.on_set_focus) 63 self.Bind(wx.EVT_RIGHT_DOWN, self.on_set_focus) 64 self.SetFocus() 65 59 66 60 def on_batch_selection(self, event): 67 61 """
Note: See TracChangeset
for help on using the changeset viewer.