Skip to content

Commit

Permalink
Fix: block signals before resetting checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianTM committed Nov 15, 2024
1 parent 750dfa2 commit 9476c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2580,6 +2580,7 @@ void MainWindow::tabWidget_currentChanged(int index)
ui->pushInstall->setEnabled(false);
ui->pushUninstall->setEnabled(false);

currentTree->blockSignals(true); // Block signals before resetting checkboxes
resetCheckboxes();
QString search_str;
saveSearchText(search_str, savedComboIndex);
Expand Down

0 comments on commit 9476c52

Please sign in to comment.