Properly invert logic for printing

I meant to gate this for MSVC/MacOS/Linux but missed the mark
This commit is contained in:
Seth Hillbrand 2025-08-17 07:31:20 -07:00
parent 35ac6bdeb4
commit 90e10a2910

View File

@ -309,7 +309,7 @@ bool DIALOG_PRINT::TransferDataFromWindow()
SavePrintOptions();
#if defined( _MSC_VER )
#ifndef __MINGW32__
if( ADVANCED_CFG::GetCfg().m_UsePdfPrint )
{
EESCHEMA_SETTINGS* cfg = m_parent->eeconfig();