SourceCode/Bond/Servo/ServoDlg.cpp
@@ -1039,14 +1039,15 @@ } } else if (id == IDC_BUTTON_JOBS) { CControlJobManagerDlg dlg; dlg.DoModal(); /* CControlJobDlg dlg; dlg.SetControlJob(theApp.m_model.m_master.getControlJob()); dlg.DoModal(); */ static int i = 0; i++; if (i % 2 == 0) { CControlJobManagerDlg dlg; dlg.DoModal(); } else { CControlJobDlg dlg; dlg.DoModal(); } } else if (id == IDC_BUTTON_PORT_CONFIG) { CPortConfigurationDlg dlg;