| Summary: | Tab title color is not reset to default when activating a tab with changed contents | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Tom Warnke <tom> |
| Component: | tabbar | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | sergei |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Tom Warnke
2018-11-27 13:17:17 UTC
The same behaviour when I use command line option --tabs-from-file: all tabs except the last one keep highlighted state forever. Looks like the bug was introduced by this merge: https://cgit.kde.org/konsole.git/commit/?id=9836d430253f40054371440a45ceed578adba5fc As a temporary workaround you can apply this style via (Settings → Configure Konsole → TabBar → Use user-defined stylesheet)
QTabBar::tab {
color: black;
}
It will disable highlight color.
*** This bug has been marked as a duplicate of bug 396689 *** |