Skip to content

Commit

Permalink
missing accept() in FocalDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio committed Nov 22, 2024
1 parent 77d62d0 commit 0d000dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relight/focaldialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ void FocalDialog::accept() {
lens.k1 = ui->k2->value();
lens.p1 = ui->p1->value();
lens.p1 = ui->p1->value();
QDialog::accept();
}

void FocalDialog::setAsReal() {
Expand Down

0 comments on commit 0d000dc

Please sign in to comment.