mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-06 16:50:12 +01:00
Add preference option for Stem Plot
Tracks 'behaviors' preferences split to sub-page to avoid over-long page for Tracks preferences.
This commit is contained in:
@@ -319,6 +319,7 @@
|
||||
<ClCompile Include="..\..\..\src\prefs\RecordingPrefs.cpp" />
|
||||
<ClCompile Include="..\..\..\src\prefs\SpectrumPrefs.cpp" />
|
||||
<ClCompile Include="..\..\..\src\prefs\ThemePrefs.cpp" />
|
||||
<ClCompile Include="..\..\..\src\prefs\TracksBehaviorsPrefs.cpp" />
|
||||
<ClCompile Include="..\..\..\src\prefs\TracksPrefs.cpp" />
|
||||
<ClCompile Include="..\..\..\src\prefs\WarningsPrefs.cpp" />
|
||||
<ClCompile Include="..\..\..\src\widgets\AButton.cpp" />
|
||||
|
||||
@@ -542,6 +542,9 @@
|
||||
<ClCompile Include="..\..\..\src\prefs\ThemePrefs.cpp">
|
||||
<Filter>src\prefs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\prefs\TracksBehaviorsPrefs.cpp">
|
||||
<Filter>src\prefs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\prefs\TracksPrefs.cpp">
|
||||
<Filter>src\prefs</Filter>
|
||||
</ClCompile>
|
||||
|
||||
Reference in New Issue
Block a user