Skip to content

Commit 0d000dc

Browse files
committed
missing accept() in FocalDialog
1 parent 77d62d0 commit 0d000dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

relight/focaldialog.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ void FocalDialog::accept() {
5252
lens.k1 = ui->k2->value();
5353
lens.p1 = ui->p1->value();
5454
lens.p1 = ui->p1->value();
55+
QDialog::accept();
5556
}
5657

5758
void FocalDialog::setAsReal() {

0 commit comments

Comments
 (0)