mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Remove Mac option for fallback antialiasing
This was hidden behind a flag and missed in the previous commit
This commit is contained in:
parent
76c5e256a7
commit
25616cdeed
@ -48,14 +48,6 @@
|
||||
PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS( wxWindow* aParent )
|
||||
: PANEL_COMMON_SETTINGS_BASE( aParent )
|
||||
{
|
||||
/*
|
||||
* Cairo canvas doesn't work on Mac, so no need for fallback anti-aliasing options
|
||||
*/
|
||||
#ifdef __WXMAC__
|
||||
m_antialiasingFallback->Show( false );
|
||||
m_antialiasingFallbackLabel->Show( false );
|
||||
#endif
|
||||
|
||||
ShowFileManagerWidgets( ADVANCED_CFG::GetCfg().m_EnableLibDir );
|
||||
|
||||
m_textEditorBtn->SetBitmap( KiBitmapBundle( BITMAPS::small_folder ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user