mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Keep the drill results visible
When clicking "Generate", we want to see if the drill action was successful so we must avoid closing the window prematurely
This commit is contained in:
parent
0a547d89b0
commit
38ee4359eb
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user