[FIX][REVERT]Re: [updates] Release of 2.8 / the next two weeks

Karl Ramberg karl.ramberg at chello.se
Tue Jun 13 13:41:47 UTC 2000


> 
> 2321ScrollBarFix-kfr -- Karl Ramberg -- 8 June 2000
> When inboard scrollbars and hidden scrollbars are selected two problems
> ocured:
> 1 Problems with text extent in pluggableTextyMorph.
> 2 Scamper would crash on stratup.
> I hope this fixes both :-)"
> 

This change set changes among other things the WebPageMorph>>update: but that is 
redundant after change set 2324 by Doug Way. Here is a revert to the 
old way of doing things. :-)

Karl
-------------- next part --------------
'From Squeak2.9alpha of 13 June 2000 [latest update: #2404] on 13 June 2000 at 3:39:44 pm'!

!WebPageMorph methodsFor: 'updating' stamp: 'AK 12/7/1999 01:34'!
update: aSymbol
	super update: aSymbol.
	aSymbol == getBgSelector ifTrue:
		[ (self isImage: self getBg) ifTrue:[image _ self drawImage: self getBg]
								ifFalse:[ image _ nil.
										self color: self getBg]]! !



More information about the Squeak-dev mailing list