Changeset 7b73518 in sasview
- Timestamp:
- Mar 6, 2009 12:38:14 PM (16 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:
- c79ee796
- Parents:
- 925a30e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guiframe/local_perspectives/plotting/SectorSlicer.py
r6c0568b r7b73518 108 108 if self.main_line.has_move: 109 109 self.main_line.update() 110 self.right_line.update( delta= -self.left_line.phi/2 +math.pi,110 self.right_line.update( delta= -self.left_line.phi/2, 111 111 mline= self.main_line.theta ) 112 self.left_line.update( delta = self.left_line.phi/2 +math.pi,112 self.left_line.update( delta = self.left_line.phi/2, 113 113 mline= self.main_line.theta ) 114 114 ## Check if the left side has moved and update the slicer accordingly … … 359 359 Draw oblique line 360 360 @param phi: the phase between the middle line and the current line 361 @param delta: 361 @param delta: phi/2 applied only when the mline was moved 362 362 """ 363 363 #print "update left or right ", self.has_move
Note: See TracChangeset
for help on using the changeset viewer.