Skip to content

Commit

Permalink
Merge pull request #122 from extremeCrazyCoder/bugfix_page_size_box
Browse files Browse the repository at this point in the history
Fix events for combobox_page_change
  • Loading branch information
bigbigmdm authored Jan 5, 2025
2 parents 28e6613 + bd44924 commit e830940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IMSProg_programmer/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ void MainWindow::on_comboBox_page_currentIndexChanged(int index)
{
currentChipSize = ui->comboBox_size->currentData().toUInt();
currentBlockSize = ui->comboBox_block->currentData().toUInt();
currentPageSize = ui->comboBox_page->currentData().toUInt();
currentAddr4bit = ui->comboBox_addr4bit->currentData().toUInt();
if ((currentChipSize !=0) && (currentBlockSize!=0) && (currentChipType ==0))
{
Expand Down

0 comments on commit e830940

Please sign in to comment.