Summary: | tabs color highlighting takes 100% cpu | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Carlo Segato <brandon.ml> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Carlo Segato
2008-01-19 14:51:12 UTC
Hm, could you please be a little bit more specific? How do you highlight a tab? Do you change the color schema? Thanks :) in the tab bar extension if you right click on a tab you can choose highlight, or if you open tab bar config under style you can highlight the last used tab etc.. of course all of this in kate for kde4 not 3.5 the bug is in ktinytabbutton.cpp void KTinyTabButton::paintEvent( QPaintEvent* ev ) paintEvent QPushButton::paintEvent( ev ); is called inside so it creates an infinite loop Ah in the tabbar extension :) I was thinking about tab-characters, sorry. SVN commit 764669 by dhaumann: fix 100 % cpu usage when highlighting tabs. BUG: 156171 M +0 -2 ktinytabbutton.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=764669 SVN commit 764670 by dhaumann: backport: fix 100 % cpu usage when highlighting tabs. CCBUG: 156171 M +0 -2 ktinytabbutton.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=764670 |