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:
Seth Hillbrand 2025-04-28 06:10:16 -07:00
parent 0a547d89b0
commit 38ee4359eb

View File

@ -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
{