From 92464f11cd3677139d0e25506ce3ef017a133d05 Mon Sep 17 00:00:00 2001 From: zueuk Date: Wed, 28 Sep 2005 15:38:48 +0000 Subject: [PATCH] bugfix --- 2.10/Source/Adjust.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.10/Source/Adjust.pas b/2.10/Source/Adjust.pas index fbe8194..286811f 100644 --- a/2.10/Source/Adjust.pas +++ b/2.10/Source/Adjust.pas @@ -1393,7 +1393,7 @@ begin if ScrollCode = scEndScroll then begin GradientChanged:=false; - Apply; + //Apply; end; end;