2
0
forked from Ivasoft/DSView

fix:can't open calibration dialog

This commit is contained in:
yunyaobaihong
2022-12-06 15:38:57 +08:00
parent a113cefb92
commit 13aade177e

View File

@@ -126,7 +126,7 @@ void Calibration::retranslateUi()
void Calibration::update_device_info()
{
if (_device_agent->have_instance()){
if (_device_agent->have_instance() == false){
assert(false);
}