Bug 74464

Summary: Coloring text, fills out memory
Product: [Applications] kdevelop Reporter: orn.hansen
Component: generalAssignee: Ian Reinhart Geiser <geiseri>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.0.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description orn.hansen 2004-02-07 15:37:51 UTC
Version:           3.0.0 (using KDE 3.2.0, SuSE)
Compiler:          gcc version 3.3.1 (SuSE Linux)
OS:          Linux (i686) release 2.4.21-166-athlon

This stupid new scheme of KDE 3.2, where text in menus and titles have a color emphasis, has the effect the title continues to grow and grow as it doesn't recognize its own name in it.  The title starts:

name - <filename>

And shortly thereafter, it changes the name to make room for this stupid new color emphasis.

name |n|ame - <filename>

then, it continues ...

name |n|ame |n|ame - <filename>

indefinately.

There should be a way to turn this idiocy OFF, it's ugly.
Comment 1 Jens Dagerbo 2004-02-08 04:16:45 UTC
This is actually due to misbehavior on the part of the kuiviewer part that KDevelop embeds to display .ui files graphically. It's said to be fixed in HEAD, but not yet backported.

Reassigning.. :)
Comment 2 jk 2004-02-08 10:15:38 UTC
Just remove the entry widgetStyle=Check in the [General] section of your kdeveloprc.
Comment 3 David Faure 2004-02-09 15:54:32 UTC
CVS commit by geiseri:

Backported fix for clobbering of widget style when part is embedded.
CCMAIL: 74464-done@bugs.kde.org


  M +3 -3      kuiviewer_part.cpp   1.13.2.1