mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-16 15:57:52 +01:00
Keep SHOW_PINNED_POSITION_IN_PREFS compilable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user