Changeset e6cee09 in sasview
- Timestamp:
- May 18, 2011 1:06:39 PM (14 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:
- 3f0c330
- Parents:
- 41c284a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guiframe/gui_manager.py
r9d8f193 re6cee09 328 328 #update combo 329 329 if self.panel_on_focus in self.plot_panels.values(): 330 self._data_panel.cb_plotpanel.SetStringSelection(str\ 331 (self.panel_on_focus.window_caption)) 330 combo = self._data_panel.cb_plotpanel 331 combo_title = str(self.panel_on_focus.window_caption) 332 combo.SetStringSelection(combo_title) 333 combo.SetToolTip( wx.ToolTip(combo_title )) 332 334 elif self.panel_on_focus != self._data_panel: 333 335 cpanel = self.panel_on_focus
Note: See TracChangeset
for help on using the changeset viewer.