Implement freeValue:at: method

Bug #1531232 reported by hilaire
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Dr. Geo
Fix Released
Wishlist
Unassigned

Bug Description

Add this method in the Smalltalk sketch API.
Useful when we need to use several time the same value, by positioning it at an exact position it avoid duplicate.

DrGeoCanvas>>freeValue: aNumber at: aPosition
 | answer |
 self preProcessing.
 drgeo isNotInteractive: true.
 answer := self finalizeValue: ((DrGValueValueItem newWith: {aPosition}) valueItem: aNumber).
 drgeo isNotInteractive: false.
 ^ answer

Changed in drgeo:
milestone: wip → 16.03
Changed in drgeo:
status: New → Fix Committed
Changed in drgeo:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.