We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d62d0 commit 0d000dcCopy full SHA for 0d000dc
relight/focaldialog.cpp
@@ -52,6 +52,7 @@ void FocalDialog::accept() {
52
lens.k1 = ui->k2->value();
53
lens.p1 = ui->p1->value();
54
55
+ QDialog::accept();
56
}
57
58
void FocalDialog::setAsReal() {
0 commit comments