summaryrefslogtreecommitdiff
path: root/prototypes
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2013-05-08 17:14:01 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2013-05-08 17:14:01 +0100
commitb062c07f6c80e909eb80d39fbf8d7d0cf3df7b5c (patch)
tree832e8b7e09cdb877358be611ec9b74dbe4da34ef /prototypes
parente939bea447edf761510fb2530a522db62de4769d (diff)
downloadfpGUI-b062c07f6c80e909eb80d39fbf8d7d0cf3df7b5c.tar.xz
edittest: trackbars were never disabled
Diffstat (limited to 'prototypes')
-rw-r--r--prototypes/fpgui2/tests/edittest.lpr2
1 files changed, 2 insertions, 0 deletions
diff --git a/prototypes/fpgui2/tests/edittest.lpr b/prototypes/fpgui2/tests/edittest.lpr
index af9d3786..df98cc73 100644
--- a/prototypes/fpgui2/tests/edittest.lpr
+++ b/prototypes/fpgui2/tests/edittest.lpr
@@ -384,6 +384,8 @@ begin
listbox.Enabled := not checkbox1.Checked;
xpluna.Enabled := not checkbox1.Checked;
xpsilver.Enabled := not checkbox1.Checked;
+ trackbar1.Enabled := not checkbox1.Checked;
+ trackbar2.Enabled := not checkbox1.Checked;
end;
procedure TMainForm.TrackBarChanged(Sender: TObject; APosition: integer);