[Cuis-dev] [FIX] Taskbar does not honor #isIncludedInTaskbar when created

Gerald Klix cuis.01 at klix.ch
Tue Aug 10 01:37:14 PDT 2021


Hi all, Hi Juan,


The taskbar does not honor #isIncludedInTaskbar when created
or actually when added to the word.

Please find a fix in the attached change set.


HTH and Best Regards,

Gerald


PS: I'd like to have my pinned menus back in the taskbar :»)
-------------- next part --------------
'From Haver 5.0 [latest update: #4743] on 10 August 2021 at 10:32:48 am'!

Modules newEnvironment: #KlotzliTest!
Modules newEnvironment: #Klotzli!
!TaskbarMorph methodsFor: 'submorphs-add/remove' stamp: 'KLG 8/10/2021 10:29:46'!
noteNewOwner: aMorph
	"I have just been added as a submorph of aMorph"

	super noteNewOwner: aMorph.
	aMorph submorphsDo: [ :subMorph |
		subMorph isIncludedInTaskbar ifTrue: [
			self addButtonFor: subMorph ] ].
	self notifyDisplayResize! !



More information about the Cuis-dev mailing list