Hi I'm working on 16969 https://pharo.fogbugz.com/f/cases/16969/ which is basically cleaning the use of rectangle instead of using Margin. Now I'm surprised because GLMRubScrolledTextBrick>>withoutMargins uses self margins: but I cannot find the method. Did I misses something?
I rewrote it as
withoutMargins
self margins: (0@0) asMargin
but I'm still curious.
Stef
