| Summary: | Inactive window effects do not apply to tab text | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Nate Graham <nate> |
| Component: | tabbar | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Tab bar text not fading | ||
|
Description
Nate Graham
2019-06-01 21:35:36 UTC
This is probably caused by the CSS feature (which was used to colorize tab texts depending on state). Yep, you're right: it's the custom stylesheet for the tabs, which breaks various other things too, such as re-drawing dynamically in response to color and font changes. Fixed by porting away from the use of a Qt stylesheet. |