Remove Mac option for fallback antialiasing

This was hidden behind a flag and missed in the previous commit
This commit is contained in:
Seth Hillbrand 2025-07-28 09:14:51 -07:00
parent 76c5e256a7
commit 25616cdeed

View File

@ -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 ) );