mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Fix #604 - Forbid double clicking on ok
This commit is contained in:
parent
d35f8f64f9
commit
f25d93b053
@ -269,6 +269,7 @@ void OptionsDialog::setupAndStartAnalysis(int level, QList<QString> advanced)
|
||||
|
||||
void OptionsDialog::on_okButton_clicked()
|
||||
{
|
||||
ui->okButton->setEnabled(false);
|
||||
setupAndStartAnalysis(ui->analSlider->value(), getSelectedAdvancedAnalCmds());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user