Tab -> Custom Color -> Matching Breadcrumb , no update
Posted: 27 Jan 2024 03:51
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
-> updates the Tab-Color -x Breadcrumb does not update
-> cycling Tabs back & forth -> Breadcrumb color updates .
expected behavior would be that after calling that the breadcrumb also updates ( if the setting for matching colors Tab & Breadcrumb Colors is activated )
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);