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) {
|
foreach (ElementAnimationState *state, d->animatedElements) {
|
||||||
if (state->currentFrame == state->frames) {
|
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;
|
// << state->currentFrame << "of" << state->frames;
|
||||||
// since we keep element animations around until they are
|
// since we keep element animations around until they are
|
||||||
// removed, we will end up with finished animations in the queue;
|
// 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;
|
QTextLayout labelLayout, infoLayout;
|
||||||
QRectF textBoundingRect;
|
QRectF textBoundingRect;
|
||||||
d->layoutTextItems(option, icon, &labelLayout, &infoLayout, &textBoundingRect);
|
d->layoutTextItems(option, icon, &labelLayout, &infoLayout, &textBoundingRect);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user