Fixed type and slightly increased fade time.

svn path=/trunk/KDE/kdebase/workspace/; revision=857700
icc-effect-5.14.5
Lucas Murray 2008-09-06 07:22:25 +00:00
parent 1e4b9efdd4
commit ac3ac459e8
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ PresentWindowsEffect::PresentWindowsEffect()
mRearranging.setCurveShape( TimeLine::EaseInOutCurve );
mRearranging.setDuration( animationTime( conf, "RearrangeDuration", 250 ));
mRearranging.setProgress( 1.0 );
highlightChangeTime = animationTime( 100 );
highlightChangeTime = double( animationTime( 150 ));
}
PresentWindowsEffect::~PresentWindowsEffect()

View File

@ -108,7 +108,7 @@ class PresentWindowsEffect
TimeLine mActiveness;
// 0 = start of rearranging (old_area), 1 = done
TimeLine mRearranging;
int highlightChangeTime;
double highlightChangeTime;
Window mInput;
bool hasKeyboardGrab;