Re: [Pharo-users] layout and other potential class-side variables

2014-11-23 Thread Peter Uhnák
Aha I wasn't aware of that, thank you. Peter

Re: [Pharo-users] layout and other potential class-side variables

2014-11-23 Thread Nicolai Hess
2014-11-23 15:15 GMT+01:00 Peter Uhnák : > So I accidentally assigned some content to 'layout' variable in class side > and realized much later that it has overridden some Slot's FixedLayout. > > Looking up the inheritance chain (Object & ProtoObject) I couldn't find > anything so I don't know whe

[Pharo-users] layout and other potential class-side variables

2014-11-23 Thread Peter Uhnák
So I accidentally assigned some content to 'layout' variable in class side and realized much later that it has overridden some Slot's FixedLayout. Looking up the inheritance chain (Object & ProtoObject) I couldn't find anything so I don't know where is this coming from or how it is added there. B