diff --git a/pcbnew/import_gfx/dialog_import_gfx.cpp b/pcbnew/import_gfx/dialog_import_gfx.cpp index 481ff83928..14a9366164 100644 --- a/pcbnew/import_gfx/dialog_import_gfx.cpp +++ b/pcbnew/import_gfx/dialog_import_gfx.cpp @@ -319,7 +319,7 @@ bool DIALOG_IMPORT_GFX::TransferDataFromWindow() // The line width is meant to be in pcbnew units, so we scale the import width before // applying - m_importer->SetLineWidthMM( m_lineWidth * m_scaleImport ); + m_importer->SetLineWidthMM( m_lineWidth ); m_importer->SetPlugin( std::move( plugin ) ); LOCALE_IO dummy; // Ensure floats can be read.