aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens/UScreenOptionsRecord.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2016-01-03 22:49:06 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2016-01-03 22:49:06 +0000
commit9bbedc30d451861ccbd2348c00d7d8ae5a828c60 (patch)
tree4fd8278dca1cf9d6dcde420685a1fad9bd84e636 /src/screens/UScreenOptionsRecord.pas
parent7e017d47108ec25fcf3c9bd86cccc79c27cd75f7 (diff)
downloadusdx-9bbedc30d451861ccbd2348c00d7d8ae5a828c60.tar.gz
usdx-9bbedc30d451861ccbd2348c00d7d8ae5a828c60.tar.xz
usdx-9bbedc30d451861ccbd2348c00d7d8ae5a828c60.zip
end of first pass. many more smaller changes and preparations for later additions
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3189 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/screens/UScreenOptionsRecord.pas')
-rw-r--r--src/screens/UScreenOptionsRecord.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screens/UScreenOptionsRecord.pas b/src/screens/UScreenOptionsRecord.pas
index 38b75f5d..9d7ac93d 100644
--- a/src/screens/UScreenOptionsRecord.pas
+++ b/src/screens/UScreenOptionsRecord.pas
@@ -339,7 +339,7 @@ begin
end;
end;
- Theme.OptionsRecord.SelectThreshold.showArrows := true;
+ Theme.OptionsRecord.SelectThreshold.showArrows := true; //basisbit TODO
Theme.OptionsRecord.SelectThreshold.oneItemOnly := true;
AddSelectSlide(Theme.OptionsRecord.SelectThreshold, Ini.ThresholdIndex, IThreshold);
@@ -353,6 +353,7 @@ begin
AddButton(Theme.OptionsRecord.ButtonExit);
if (Length(Button[0].Text) = 0) then
AddButtonText(20, 5, Theme.Options.Description[7]);
+// AddButtonText(20, 5, Theme.Options.Description[10]);
// store InteractionID
if (Length(AudioInputProcessor.DeviceList) > 0) then
ExitButtonIID := MaxChannelCount + 4