Bug 74464 - Coloring text, fills out memory
Summary: Coloring text, fills out memory
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Ian Reinhart Geiser
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-07 15:37 UTC by orn.hansen
Modified: 2004-02-09 15:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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