From fcf07507067bbb16ff11331f2fa5f88248b9b4a2 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Wed, 12 Jan 2011 16:47:20 +0200 Subject: Fix stupid typo bug in HandleMove. We used FHeight instead of FLeft!! Dope! --- src/corelib/fpg_base.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib') diff --git a/src/corelib/fpg_base.pas b/src/corelib/fpg_base.pas index 2fb97580..1a3b4089 100644 --- a/src/corelib/fpg_base.pas +++ b/src/corelib/fpg_base.pas @@ -1222,7 +1222,7 @@ begin if FLeft <> x then begin if not (csLoading in ComponentState) then - FPrevLeft := FHeight + FPrevLeft := FLeft else FPrevLeft := x; FLeft := x; -- cgit v1.2.3-70-g09d2