~drgeo-developers/drgeo/trunk

« back to all changes in this revision

Viewing changes to src/DrGeoII-UI/DrGPointCostume.class.st

  • Committer: Hilaire Fernandes
  • Date: 2018-10-07 12:32:47 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20181007123247-1y6pyu3lpzkih4c6
Fix #1796560 How do I control the labeling of a segment?Fix #1780820 Replace #binaryReadStream with #readStream

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
|center vector|
15
15
        center := drawable worldToMorph: mathItem point.
16
16
        vector := aPoint - center.
17
 
        ^textPositionDelta := self computeTextPositionDelta: vector
 
17
        ^ self computeTextPositionDelta: vector
18
18
        
19
19
]
20
20