aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens/UScreenOptionsSound.pas
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-06-01 09:30:11 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-06-01 09:30:11 +0000
commit6f3d675698f54c5cace969befaeaa6f38ca001ad (patch)
tree4745fea2c90807fb26a55a9fc9560d646e721c33 /src/screens/UScreenOptionsSound.pas
parente62e309c4d66eea5def40cb8bf81fd1d0ce16900 (diff)
downloadusdx-6f3d675698f54c5cace969befaeaa6f38ca001ad.tar.gz
usdx-6f3d675698f54c5cace969befaeaa6f38ca001ad.tar.xz
usdx-6f3d675698f54c5cace969befaeaa6f38ca001ad.zip
fix display of beatclick select in ScreenOptionSound
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1793 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/screens/UScreenOptionsSound.pas')
-rw-r--r--src/screens/UScreenOptionsSound.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/screens/UScreenOptionsSound.pas b/src/screens/UScreenOptionsSound.pas
index f10c1cb9..78b09c97 100644
--- a/src/screens/UScreenOptionsSound.pas
+++ b/src/screens/UScreenOptionsSound.pas
@@ -154,9 +154,9 @@ begin
Theme.OptionsSound.SelectClickAssist.oneItemOnly := true;
AddSelectSlide(Theme.OptionsSound.SelectClickAssist, Ini.ClickAssist, IClickAssist);
- Theme.OptionsSound.SelectThreshold.showArrows := true;
- Theme.OptionsSound.SelectThreshold.oneItemOnly := true;
- AddSelectSlide(Theme.OptionsSound.SelectThreshold, Ini.BeatClick, IBeatClick);
+ Theme.OptionsSound.SelectBeatClick.showArrows := true;
+ Theme.OptionsSound.SelectBeatClick.oneItemOnly := true;
+ AddSelectSlide(Theme.OptionsSound.SelectBeatClick, Ini.BeatClick, IBeatClick);
Theme.OptionsSound.SelectThreshold.showArrows := true;
Theme.OptionsSound.SelectThreshold.oneItemOnly := true;