forked from Ivasoft/DSView
Merge pull request #574 from yunyaobaihong/master
fix:can't open calibration dialog
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user