Page 1 of 1

Tab -> Custom Color -> Matching Breadcrumb , no update

Posted: 27 Jan 2024 03:51
by bossi
Hi , a small bug with the breadcrumb bar to match the Tab-Custom-Background-Color.

1. Right Click on Tab -> Background Color ... -> input some color -> ok -> Tab and Breadcrumb colors are both updated

2. using script

Code: Select all

 tab("backcolor",$backcolor,$index);

-> updates the Tab-Color -x Breadcrumb does not update
-> cycling Tabs back & forth -> Breadcrumb color updates .

expected behavior would be that after calling

Code: Select all

 tab("backcolor",$backcolor,$index);
that the breadcrumb also updates ( if the setting for matching colors Tab & Breadcrumb Colors is activated )

Re: Tab -> Custom Color -> Matching Breadcrumb , no update

Posted: 27 Jan 2024 09:21
by admin
Confirmed and fixed. :tup:

Re: Tab -> Custom Color -> Matching Breadcrumb , no update

Posted: 27 Jan 2024 19:28
by bossi
wow nice :biggrin: