Changeset e6c6b67 in sasview for sansguiframe/src
- Timestamp:
- Sep 23, 2011 11:51:30 AM (13 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:
- e89c135
- Parents:
- f4b37d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansguiframe/src/sans/guiframe/local_perspectives/plotting/Plotter1D.py
rad019b83 re6c6b67 531 531 selected_plot.custom_color = self._color_labels[label] 532 532 ## Set the view scale for all plots 533 self._onEVT_FUNC_PROPERTY() 534 wx.PostEvent(self.parent, 535 NewColorEvent(color=selected_plot.custom_color, 536 id=selected_plot.id)) 533 self._check_zoom_plot() 534 #self._onEVT_FUNC_PROPERTY() 535 #wx.PostEvent(self.parent, 536 # NewColorEvent(color=selected_plot.custom_color, 537 # id=selected_plot.id)) 537 538 538 539 def onChangeSize(self, event): … … 550 551 551 552 selected_plot.marker_size = int(label) 552 self._onEVT_FUNC_PROPERTY() 553 self._check_zoom_plot() 554 #self._onEVT_FUNC_PROPERTY() 553 555 ## Set the view scale for all plots 554 556 … … 567 569 selected_plot.symbol = self._symbol_labels[label] 568 570 ## Set the view scale for all plots 569 self._onEVT_FUNC_PROPERTY() 571 self._check_zoom_plot() 572 #self._onEVT_FUNC_PROPERTY() 570 573 ## render the graph 571 574 #self.graph.render(self)
Note: See TracChangeset
for help on using the changeset viewer.