[ANN] 6696 out

karl karl.ramberg at chello.se
Sat Nov 5 13:50:03 UTC 2005


karl wrote:

> chrisp wrote:
>
>> karl wrote:
>>
>>> File in this attachment
>>
>>
>>
>>
>> Just did, but the problem remains the same.
>>
>>
>>
>>
> Just tested my self  and there seems to be an issue with the images on 
> the ftp site...

Try this changeset
Karl
-------------- next part --------------
'From Squeak3.9alpha of 4 July 2005 [latest update: #6702] on 5 November 2005 at 2:47:45 pm'!

!PasteUpMorph methodsFor: '*MorphicExtras-world state' stamp: 'kfr 10/16/2005 00:44'!
restoreFlapsDisplay
	"Restore the display of flaps"

	(Flaps sharedFlapsAllowed and: [Project current flapsSuppressed not]) ifTrue:
		[Flaps globalFlapTabs do:
			[:aFlapTab | aFlapTab adaptToWorld]].
	self localFlapTabs do:
			[:aFlapTab | aFlapTab adaptToWorld].
	self assureFlapTabsFitOnScreen.
	self bringTopmostsToFront! !


!Project methodsFor: 'flaps support' stamp: 'kfr 11/5/2005 14:43'!
suppressFlapsString
^ (self flapsSuppressed
		ifTrue: ['<no>']
		ifFalse: ['<yes>']), 'show shared tabs (F)' translated! !

!Project methodsFor: 'flaps support' stamp: 'kfr 11/4/2005 23:08'!
toggleFlapsSuppressed
"
Project toggleFlapsSuppressed
"

	^self flapsSuppressed: self flapsSuppressed not.! !



More information about the Squeak-dev mailing list