mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-05 06:01:04 +01:00
Fix posterisation. Add blend themes option.
Posterisation was caused by having a bright theme cache and using a darker theme (in linux) so the light colours 'got stretched' and showed up the relatively few distinct values there. So the Classic theme is now darker, and we expect (on Windows) that it will be recoloured to windows lighter colours.
This commit is contained in:
@@ -188,7 +188,9 @@ void GUIPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.TieCheckBox(_("Re&tain labels if selection snaps to a label edge"),
|
||||
wxT("/GUI/RetainLabels"),
|
||||
false);
|
||||
|
||||
S.TieCheckBox(_("B&lend System and Audacity Theme"),
|
||||
wxT("/GUI/BlendThemes"),
|
||||
true);
|
||||
#ifdef EXPERIMENTAL_OUTPUT_DISPLAY
|
||||
S.TieCheckBox(_("&Display a mono channel as virtual stereo"),
|
||||
wxT("/GUI/MonoAsVirtualStereo"),
|
||||
|
||||
Reference in New Issue
Block a user