Fix incorrect title with nedit.
BUG: 117457 svn path=/trunk/KDE/kdebase/workspace/; revision=494578
This commit is contained in:
parent
c830db4d22
commit
bbd5333e93
2 changed files with 8 additions and 0 deletions
|
@ -468,6 +468,13 @@ void LaptopClient::init()
|
|||
KCommonDecoration::init();
|
||||
}
|
||||
|
||||
void LaptopClient::captionChange()
|
||||
{
|
||||
bufferDirty = true;
|
||||
|
||||
KCommonDecoration::captionChange();
|
||||
}
|
||||
|
||||
void LaptopClient::paintEvent( QPaintEvent* )
|
||||
{
|
||||
QPainter p(widget());
|
||||
|
|
|
@ -49,6 +49,7 @@ protected:
|
|||
void paintEvent( QPaintEvent* );
|
||||
void reset( unsigned long );
|
||||
void updateActiveBuffer();
|
||||
void captionChange();
|
||||
private:
|
||||
bool mustDrawHandle() const;
|
||||
bool isTransient() const;
|
||||
|
|
Loading…
Reference in a new issue