mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +01:00
Disable autocreation of Xcode schemes
This commit is contained in:
@@ -234,13 +234,11 @@ extern AudacityApp & wxGetApp();
|
||||
#if defined(__WXMAC__)
|
||||
inline void EnableAntialiasing(wxDC & dc)
|
||||
{
|
||||
dc.GetGraphicsContext()->EnableOffset(false);
|
||||
dc.GetGraphicsContext()->SetAntialiasMode(wxANTIALIAS_DEFAULT);
|
||||
}
|
||||
|
||||
inline void DisableAntialiasing(wxDC & dc)
|
||||
{
|
||||
dc.GetGraphicsContext()->EnableOffset(true);
|
||||
dc.GetGraphicsContext()->SetAntialiasMode(wxANTIALIAS_NONE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user