3.10 Universe: problem with Taskbar 1.0 package

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Sun Apr 15 21:33:04 UTC 2007




El 4/15/07 4:52 PM, "Andreas Wacknitz" <A.Wacknitz at gmx.de> escribió:

> I have checked it again. The problem is only visible if you have an open
> MenuMorph (stayUp = true).
> 
> Andreas

Here have the dirty quick solution.
But is not me who should re - made Squeak and all the packages :=)

Edgar

-------------- next part --------------
'From Squeak3.10alpha of 30 March 2007 [latest update: #7088] on 15 April 2007 at 6:30:18 pm'!

!WindowListMorph methodsFor: 'windows' stamp: 'edc 4/15/2007 18:29'!
nakedMorphs
	"Morphs new in a SystemWindow. Taken from  
	PasteUpMorph>>findWindow:."
	
	^ self world
		submorphsSatisfying: [:m | m ~~ self
				and: [m isSystemWindow not
						and: [(m isKindOf: StickySketchMorph) not
								and: [m isFlapTab not
										and: [m isFlap not
											and: [(m isKindOf: BalloonMorph) not]and: [(m isKindOf: MenuMorph) not]]]]]]! !


More information about the Squeak-dev mailing list