Skip to content

Commit 5583b5d

Browse files
committed
Enable chip detect button if 45xxx is selected
1 parent d95edfb commit 5583b5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IMSProg_programmer/mainwindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,6 +1419,7 @@ void MainWindow::on_comboBox_type_currentIndexChanged(int index)
14191419
if (index == 5)
14201420
{
14211421
ui->pushButton_2->show();
1422+
ui->actionDetect->setEnabled(true);
14221423
}
14231424
}
14241425

0 commit comments

Comments
 (0)