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

Gerald Klix cuis.01 at klix.ch
Tue Aug 10 01:41:48 PDT 2021


Sorry, the change set had some Haver specific stuff, due to
https://todo.sr.ht/~cy-de-fect/HaverOnCuis/4

I attached a fixed change set.


Best Regards,

Gerald


On 8/10/21 10:37 AM, Gerald Klix via Cuis-dev wrote:
> 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'!

!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