global typo fix
svn path=/trunk/KDE/kdelibs/; revision=922431
This commit is contained in:
parent
82f10bbf0d
commit
83f2503169
@ -612,7 +612,7 @@ void Animator::timerEvent(QTimerEvent *event)
|
||||
|
||||
foreach (ElementAnimationState *state, d->animatedElements) {
|
||||
if (state->currentFrame == state->frames) {
|
||||
//kDebug() << "skipping" << state->id << "as its already at frame"
|
||||
//kDebug() << "skipping" << state->id << "as it is already at frame"
|
||||
// << state->currentFrame << "of" << state->frames;
|
||||
// since we keep element animations around until they are
|
||||
// removed, we will end up with finished animations in the queue;
|
||||
|
@ -947,7 +947,7 @@ void IconWidget::paint(QPainter *painter, const QStyleOptionGraphicsItem *option
|
||||
}
|
||||
}
|
||||
|
||||
// Draw text last because its overlayed
|
||||
// Draw text last because it is overlayed
|
||||
QTextLayout labelLayout, infoLayout;
|
||||
QRectF textBoundingRect;
|
||||
d->layoutTextItems(option, icon, &labelLayout, &infoLayout, &textBoundingRect);
|
||||
|
Loading…
Reference in New Issue
Block a user