2
0
forked from Ivasoft/DSView

sampling toolbar

This commit is contained in:
dreamsourcelabTAI
2023-06-15 10:31:23 +08:00
parent 593e497a43
commit 674e432209

View File

@@ -801,10 +801,10 @@ namespace pv
void SamplingBar::on_run_stop()
{
_run_stop_action->setEnabled(false);
_run_stop_button.setEnabled(false);
if (action_run_stop() == false){
_run_stop_action->setEnabled(true);
_run_stop_button.setEnabled(true);
}
}
@@ -869,10 +869,10 @@ namespace pv
return;
}
_instant_action->setEnabled(false);
_instant_button.setEnabled(false);
if (action_instant_stop() == false){
_instant_action->setEnabled(true);
_instant_button.setEnabled(true);
}
}