[FIX] NewParagraph-moveBy

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Fri Jun 18 12:34:52 UTC 2004


So, seems my lucky day and I solved my own problems.
Send in case is useful to others.
Edgar

-------------- next part --------------
'From Squeak3.7beta of ''1 April 2004'' [latest update: #5954] on 18 June 2004 at 9:22:05 am'!
"Change Set:		NewParagraph-moveBy
Date:			18 June 2004
Author:			Edgar J. De Cleene

Fixes a problem what shows you have a project whith a flap saved in a version previous to 3.7 "!


!NewParagraph methodsFor: 'private' stamp: 'edc 6/18/2004 09:10'!
moveBy: delta
	lines do: [:line | line moveBy: delta].
	positionWhenComposed ifNotNil:[
	positionWhenComposed _ positionWhenComposed + delta].
	container _ container translateBy: delta! !



More information about the Squeak-dev mailing list