Fix incorrect title with nedit.

BUG: 117457


svn path=/trunk/KDE/kdebase/workspace/; revision=494578
This commit is contained in:
Luboš Luňák 2006-01-05 16:55:09 +00:00
parent c830db4d22
commit bbd5333e93
2 changed files with 8 additions and 0 deletions

View file

@ -468,6 +468,13 @@ void LaptopClient::init()
KCommonDecoration::init();
}
void LaptopClient::captionChange()
{
bufferDirty = true;
KCommonDecoration::captionChange();
}
void LaptopClient::paintEvent( QPaintEvent* )
{
QPainter p(widget());

View file

@ -49,6 +49,7 @@ protected:
void paintEvent( QPaintEvent* );
void reset( unsigned long );
void updateActiveBuffer();
void captionChange();
private:
bool mustDrawHandle() const;
bool isTransient() const;