Strange PasteUpMorph>>drawOn:

Hilaire Fernandes hilaire at ext.cri74.org
Mon Mar 20 21:18:42 UTC 2006


I found this method a bit strange. As it is showed by its code sample
below, grid will be rendered only if gridding is on.

Do I miss something?


---
(self griddingOn and: [self gridVisible])
	ifTrue:
		[aCanvas fillRectangle: self bounds
[...]
---

Hilaire



More information about the Squeak-dev mailing list