mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-24 16:20:05 +02:00
Keep SHOW_PINNED_POSITION_IN_PREFS compilable
This commit is contained in:
parent
c376557011
commit
b9a145f0f8
@ -342,8 +342,8 @@ void TracksPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
#ifdef SHOW_PINNED_POSITION_IN_PREFS
|
||||
S.TieNumericTextBox(
|
||||
XO("Pinned &head position"),
|
||||
PinnedHeadPositionPreferenceKey(),
|
||||
PinnedHeadPositionPreferenceDefault(),
|
||||
{PinnedHeadPositionPreferenceKey(),
|
||||
PinnedHeadPositionPreferenceDefault()},
|
||||
30
|
||||
);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user