Sync comment to code

svn path=/trunk/KDE/kdebase/workspace/; revision=732390
icc-effect-5.14.5
Rivo Laks 2007-11-03 18:01:46 +00:00
parent 1f7c7cc89b
commit e38a36d3a6
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ void ScaleInEffect::prePaintWindow( EffectWindow* w, WindowPrePaintData& data, i
{
if( windows.contains( w ))
{
windows[ w ] += time / 300.; // complete change in 500ms
windows[ w ] += time / 300.; // complete change in 300ms
if( windows[ w ] < 1 )
data.setTransformed();
else