Closed
Description
Describe the bug
It seems clear_background is no longer working (or I am doing something wrong), but reverting to my previous version it all works
To Reproduce
fn clear_background(&self, window: &Self::Tab) -> bool {
false // or true makes no difference
}
Expected behavior
I expect my tabs to be transparent/not cleared
Additional context
Seems to be a regression from 0.6.3 somehow, since I rollback it does seem to work properly.
Activity
Adanos020 commentedon Sep 19, 2023
Ah, this issue again. Thanks for reporting!
Morphexe commentedon Sep 19, 2023
Not sure if this helps, and I am quite new at RUST - but making the style.tab.body transparent does make it work. Is there a way to do per tab background color that I missed? Seems it should be fairly easy to add to the trait as well in conjuction with the clear-background?
Morphexe commentedon Sep 20, 2023
So the culprit is this in this file leaf.rs
Although I am not 100% sure if this is the correct approach
Seems to sort this out.