|
|
@ -379,9 +379,9 @@ void KSTicker::resizeEvent( TQResizeEvent *e)
|
|
|
|
TQT_TQOBJECT(this)->killTimers();
|
|
|
|
TQT_TQOBJECT(this)->killTimers();
|
|
|
|
TQPixmap *new_pic = new TQPixmap(width() + onechar, height());
|
|
|
|
TQPixmap *new_pic = new TQPixmap(width() + onechar, height());
|
|
|
|
new_pic->fill(backgroundColor());
|
|
|
|
new_pic->fill(backgroundColor());
|
|
|
|
bitBlt(TQT_TQPAINTDEVICE(new_pic),
|
|
|
|
bitBlt(new_pic,
|
|
|
|
new_pic->width() - pic->width(), 0,
|
|
|
|
new_pic->width() - pic->width(), 0,
|
|
|
|
TQT_TQPAINTDEVICE(pic), 0, 0,
|
|
|
|
pic, 0, 0,
|
|
|
|
pic->width(), pic->height(),
|
|
|
|
pic->width(), pic->height(),
|
|
|
|
CopyROP, TRUE);
|
|
|
|
CopyROP, TRUE);
|
|
|
|
delete pic;
|
|
|
|
delete pic;
|
|
|
|