DIALOG_EXPORT_STEP: fix some issues:

- add missing inits (the zones were never created)
- fix a incorrect tool tip
- minor enhancements (add afew messages during export)
This commit is contained in:
jean-pierre charras
2023-08-21 09:36:25 +02:00
parent b52b05ebbb
commit 84fa4532b9
5 changed files with 97 additions and 6 deletions
+2
View File
@@ -275,6 +275,7 @@ DIALOG_EXPORT_STEP::~DIALOG_EXPORT_STEP()
m_toleranceLastChoice = m_choiceTolerance->GetSelection();
m_exportTracks = m_cbExportTracks->GetValue();
m_exportZones = m_cbExportZones->GetValue();
}
@@ -342,6 +343,7 @@ void DIALOG_EXPORT_STEP::onExportButton( wxCommandEvent& aEvent )
double tolerance; // default value in mm
m_toleranceLastChoice = m_choiceTolerance->GetSelection();
m_exportTracks = m_cbExportTracks->GetValue();
m_exportZones = m_cbExportZones->GetValue();
switch( m_choiceTolerance->GetSelection() )
{