diff --git a/pcbnew/dialogs/dialog_gendrill.cpp b/pcbnew/dialogs/dialog_gendrill.cpp index 67c6d19567..ae124acc9d 100644 --- a/pcbnew/dialogs/dialog_gendrill.cpp +++ b/pcbnew/dialogs/dialog_gendrill.cpp @@ -132,6 +132,8 @@ bool DIALOG_GENDRILL::TransferDataFromWindow() { genDrillAndMapFiles( true, m_cbGenerateMap->GetValue(), m_generateTentingLayers->GetValue() ); + // Keep the window open so that the user can see the result + return false; } else {