Sync comment to code
svn path=/trunk/KDE/kdebase/workspace/; revision=732390
This commit is contained in:
parent
1f7c7cc89b
commit
e38a36d3a6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue