From 5e28b873d852f64020ac991d64f8c1dd0e21b0f6 Mon Sep 17 00:00:00 2001 From: graemeg Date: Thu, 30 Aug 2007 14:18:03 +0000 Subject: * Memo: OnUpdate now fires at correct times. * Memo: Scrollbars now stay in sync with mouse wheel scroll. --- prototypes/fpgui2/tests/edittest.dpr | 1 + prototypes/fpgui2/tests/edittest.lpi | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'prototypes') diff --git a/prototypes/fpgui2/tests/edittest.dpr b/prototypes/fpgui2/tests/edittest.dpr index 20a53b33..422d9c56 100644 --- a/prototypes/fpgui2/tests/edittest.dpr +++ b/prototypes/fpgui2/tests/edittest.dpr @@ -399,6 +399,7 @@ begin memo.Left := 250; memo.Width := 200; memo.Height := 80; + memo.Anchors := [anLeft, anTop, anRight, anBottom]; listbox := TfpgListBox.Create(self); listbox.Top := 100; diff --git a/prototypes/fpgui2/tests/edittest.lpi b/prototypes/fpgui2/tests/edittest.lpi index b609d403..1ecb384f 100644 --- a/prototypes/fpgui2/tests/edittest.lpi +++ b/prototypes/fpgui2/tests/edittest.lpi @@ -1,7 +1,7 @@ - + @@ -9,7 +9,7 @@ - + @@ -23,7 +23,7 @@ - + @@ -42,7 +42,6 @@ - -- cgit v1.2.3-54-g00ecf