squeak.org - a side note

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

squeak.org - a side note

Chris Cunnington
I said that the reason the header menu was rendering twice was because
of Altitude components reproducing the menu bar for each of its
components. Not quite right. I wrote:

  self renderHeaderBarOn: html.

twice in two different places. Easily fixed.

Chris