mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
Properly invert logic for printing
I meant to gate this for MSVC/MacOS/Linux but missed the mark
This commit is contained in:
parent
35ac6bdeb4
commit
90e10a2910
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user