dont invalidate cameras on mask change
This commit is contained in:
parent
27660bc842
commit
be571e544b
|
@ -195,7 +195,6 @@ void EditProfileDialog::setMask()
|
|||
(ui->checkBoxCh3->isChecked() ? CHANNEL_C : 0) |
|
||||
(ui->checkBoxCh4->isChecked() ? CHANNEL_D : 0);
|
||||
profile_.lighting.mask = mask;
|
||||
invalidateCameras();
|
||||
}
|
||||
|
||||
EditProfileDialog::~EditProfileDialog()
|
||||
|
|
Loading…
Reference in a new issue