mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-23 13:42:55 +08:00
Merge pull request #574 from yunyaobaihong/master
fix:can't open calibration dialog
This commit is contained in:
commit
53b2f85ef5
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user