Towards 3.9.1

Andreas Raab andreas.raab at gmx.de
Sat May 5 06:06:03 UTC 2007


Keith Hodges wrote:
> Have you noticed that when you open a package pane browser, the 
> category-list scroll bar is unusable until you resize the window. This 
> is so annoying! Please has anyone got a fix for it?

Sure, here you go. (note that this also fixes numerous other problems 
like the horizontal scrollbars never going away once they appeared)

BTW, if you're looking for other fixes I would strongly recommend either 
changing the default window label font to be a non-TTF font or to 
include my TTF fixes; the way it is right now 3.9 is borderline unusable 
on quite reasonable machines (like my little Panasonic which runs 
Croquet just fine) and I wouldn't expect most newbie users to know that 
they can speed up Squeak by an order of magnitude merely by not using 
TTFs for the window label font.

Cheers,
   - Andreas

-------------- next part --------------
'From Squeak3.9 of 7 November 2006 [latest update: #7067] on 4 May 2007 at 10:49:29 pm'!

!LazyListMorph methodsFor: 'list management' stamp: 'ar 5/4/2007 22:48'!
listChanged
	"set newList to be the list of strings to display"
	listItems := Array new: self getListSize withAll: nil.
	maxWidth := nil.
	selectedRow := nil.
	selectedRows := PluggableSet integerSet.
	self adjustHeight.
	self adjustWidth.
	self changed.
! !


More information about the Squeak-dev mailing list